mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14636 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f0566c123
commit
f77afbb275
@ -94,3 +94,8 @@ int %test14(uint %A) {
|
||||
ret int %D
|
||||
}
|
||||
|
||||
int %test15(int %A, int %B) {
|
||||
%C = sub int 0, %A
|
||||
%D = rem int %B, %C ;; X % -Y === X % Y
|
||||
ret int %D
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user