android_mt6572_jiabo/external/llvm/test/CodeGen/X86/urem-i8-constant.ll
2025-09-05 16:56:03 +08:00

6 lines
113 B
LLVM

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