On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized
[oota-llvm.git] / test / CodeGen / X86 / urem-i8-constant.ll
1 ; RUN: llc < %s -march=x86 | grep 111
2
3 define i8 @foo(i8 %tmp325) {
4         %t546 = urem i8 %tmp325, 37
5         ret i8 %t546
6 }