mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
new testcases for PR712
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6c9951b0da
commit
c9c85c4768
@ -42,3 +42,21 @@ int %test6(int %A) {
|
||||
%B = rem int %A, 0 ;; undef
|
||||
ret int %B
|
||||
}
|
||||
|
||||
int %test7(int %A) {
|
||||
%B = mul int %A, 26
|
||||
%C = rem int %B, 13
|
||||
ret int %C
|
||||
}
|
||||
|
||||
int %test8(int %A) {
|
||||
%B = shl int %A, ubyte 4
|
||||
%C = rem int %B, 8
|
||||
ret int %C
|
||||
}
|
||||
|
||||
uint %test9(uint %A) {
|
||||
%B = mul uint %A, 124
|
||||
%C = rem uint %B, 62
|
||||
ret uint %C
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user