mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +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:
@@ -45,3 +45,8 @@ ulong %test8(ulong %i) {
|
|||||||
%j = mul ulong %i, 18446744073709551615 ; tmp = sub 0, %i
|
%j = mul ulong %i, 18446744073709551615 ; tmp = sub 0, %i
|
||||||
ret ulong %j
|
ret ulong %j
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uint %test9(uint %i) {
|
||||||
|
%j = mul uint %i, 4294967295 ; %j = sub 0, %i
|
||||||
|
ret uint %j
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user