mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
Revert r108136 until I figure out why it broke selfhost.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -350,17 +350,3 @@ define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32
|
||||
; CHECK: or <4 x i32> %and.i, %and.i129
|
||||
}
|
||||
|
||||
; PR6773
|
||||
define i32 @test33(i32 %x, i32 %y, i32 %z) nounwind readnone {
|
||||
%and = and i32 %y, %x
|
||||
%not = xor i32 %x, -1
|
||||
%and2 = and i32 %z, %not
|
||||
%xor = xor i32 %and2, %and
|
||||
ret i32 %xor
|
||||
; CHECK: @test33
|
||||
; CHECK: xor i32
|
||||
; CHECK: and i32
|
||||
; CHECK: xor i32
|
||||
; CHECK: ret i32
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user