summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/urem-i8-constant.ll
blob: bc93684877b579a333207208827533972242cf77 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=x86 | grep 111

define i8 @foo(i8 %tmp325) {
	%t546 = urem i8 %tmp325, 37
	ret i8 %t546
}