revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git] / test / CodeGen / X86 / fast-isel-shift-imm.ll
blob35f7a72a285c09517bad30b0611ec15edad9364e
1 ; RUN: llc < %s -march=x86 -O0 | grep {sarl     \$80, %eax}
2 ; PR3242
4 define i32 @foo(i32 %x) nounwind {
5   %y = ashr i32 %x, 50000
6   ret i32 %y