mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
Oops, commit the version of this test that actually works.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f35c8822a3
commit
7a9708b984
@ -44,7 +44,7 @@ define i64 @voo(i32 %x) {
|
||||
ret i64 %s
|
||||
}
|
||||
define i32 @woo(i8 %a, i32 %f, i1 %p, i32* %z) {
|
||||
%d = ashr i32 %f, 24
|
||||
%d = lshr i32 %f, 24
|
||||
%e = select i1 %p, i32 %d, i32 0
|
||||
%s = trunc i32 %e to i16
|
||||
%n = sext i16 %s to i32
|
||||
|
Loading…
Reference in New Issue
Block a user