blob: 35f7a72a285c09517bad30b0611ec15edad9364e [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -O0 | grep {sarl \$80, %eax}
Dan Gohmandb8419c2008-12-20 17:19:40 +00002; PR3242
3
4define i32 @foo(i32 %x) nounwind {
5 %y = ashr i32 %x, 50000
6 ret i32 %y
7}