1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-19 23:29:20 +00:00
llvm-6502/test/CodeGen/X86/urem-i8-constant.ll
2009-09-08 23:54:48 +00:00

7 lines
113 B
LLVM

; RUN: llc < %s -march=x86 | grep 111
define i8 @foo(i8 %tmp325) {
%t546 = urem i8 %tmp325, 37
ret i8 %t546
}