You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,14 +0,0 @@
|
||||
; RUN: opt < %s -basicaa -gvn -instcombine -S | FileCheck %s
|
||||
|
||||
; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
||||
|
||||
define i32 @test(i32 *%Ptr, i64 %V) {
|
||||
; CHECK: sub i32 %X, %Y
|
||||
%P2 = getelementptr i32, i32* %Ptr, i64 1
|
||||
%P1 = getelementptr i32, i32* %Ptr, i64 %V
|
||||
%X = load i32, i32* %P1
|
||||
store i32 5, i32* %P2
|
||||
%Y = load i32, i32* %P1
|
||||
%Z = sub i32 %X, %Y
|
||||
ret i32 %Z
|
||||
}
|
Reference in New Issue
Block a user