mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c70cc35ddf
commit
1f7b4e685e
@ -220,3 +220,9 @@ uint %test33(uint %b) { ;; Code corresponding to one-bit bitfield ^1.
|
||||
ret uint %tmp.13
|
||||
}
|
||||
|
||||
int %test34(int %A, int %B) {
|
||||
%tmp.2 = or int %B, %A
|
||||
%tmp.4 = and int %tmp.2, %B
|
||||
ret int %tmp.4
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user