mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +00:00
7 lines
127 B
LLVM
7 lines
127 B
LLVM
|
; RUN: llvm-as < %s | llc -march=x86 | not grep mul
|
||
|
|
||
|
define i8 @foo(i8 %tmp325) {
|
||
|
%t546 = urem i8 %tmp325, 37
|
||
|
ret i8 %t546
|
||
|
}
|