mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8487 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0afe825983
commit
53dce0c43f
@ -45,3 +45,8 @@ ulong %test8(ulong %i) {
|
||||
%j = mul ulong %i, 18446744073709551615 ; tmp = sub 0, %i
|
||||
ret ulong %j
|
||||
}
|
||||
|
||||
uint %test9(uint %i) {
|
||||
%j = mul uint %i, 4294967295 ; %j = sub 0, %i
|
||||
ret uint %j
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user