mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e76b77c96a
commit
297a22b97d
@ -181,3 +181,12 @@ int %test26(int %a, int %b) {
|
||||
ret int %tmp4
|
||||
}
|
||||
|
||||
|
||||
i32 %test27(i32 %b, i32 %c, i32 %d) {
|
||||
%tmp2 = xor i32 %d, %b
|
||||
%tmp5 = xor i32 %d, %c
|
||||
%tmp = icmp eq i32 %tmp2, %tmp5
|
||||
%tmp6 = zext bool %tmp to i32
|
||||
ret i32 %tmp6
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user