mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
EarlyCSE: Add check lines for test added in r228760
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f8bd667a1
commit
78d0638594
@ -193,10 +193,13 @@ define void @test11(i32 *%P) {
|
||||
; CHECK-NEXT: ret void
|
||||
}
|
||||
|
||||
; CHECK-LABEL: @test12(
|
||||
define i32 @test12(i1 %B, i32* %P1, i32* %P2) {
|
||||
%load0 = load i32* %P1
|
||||
%1 = load atomic i32* %P2 seq_cst, align 4
|
||||
%load1 = load i32* %P1
|
||||
%sel = select i1 %B, i32 %load0, i32 %load1
|
||||
ret i32 %sel
|
||||
; CHECK: load i32* %P1
|
||||
; CHECK: load i32* %P1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user