mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
another example.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5319202af
commit
8e66905ce8
@ -11,3 +11,11 @@ entry:
|
||||
%4 = load i16* %3, align 2
|
||||
ret i16 %4
|
||||
}
|
||||
|
||||
define zeroext i64 @t2(i8 zeroext %on_off) nounwind readonly {
|
||||
entry:
|
||||
%0 = zext i8 %on_off to i32
|
||||
%1 = add i32 %0, -1
|
||||
%2 = sext i32 %1 to i64
|
||||
ret i64 %2 ;; Should be (add (zext i8 -> i64), -1)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user