mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 03:07:06 +00:00
8 lines
142 B
LLVM
8 lines
142 B
LLVM
|
; RUN: llvm-as < %s | llc -march=x86 | not grep cltd
|
||
|
|
||
|
define i32 @test(i32 %X) nounwind readnone {
|
||
|
entry:
|
||
|
%0 = srem i32 41, %X
|
||
|
ret i32 %0
|
||
|
}
|