mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-21 16:25:23 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -109,3 +109,9 @@ int %test15a(bool %C) {
|
|||||||
ret int %V
|
ret int %V
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool %test16(int %X) {
|
||||||
|
%tmp.3 = shr int %X, ubyte 4
|
||||||
|
%tmp.6 = and int %tmp.3, 1
|
||||||
|
%tmp.7 = setne int %tmp.6, 0 ;; X & 16 != 0
|
||||||
|
ret bool %tmp.7
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user