Dan Gohman | 0a06310 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86 -O0 | grep {sarl \$80, %eax} |
Dan Gohman | db8419c | 2008-12-20 17:19:40 +0000 | [diff] [blame] | 2 | ; PR3242 |
3 | |||||
4 | define i32 @foo(i32 %x) nounwind { | ||||
5 | %y = ashr i32 %x, 50000 | ||||
6 | ret i32 %y | ||||
7 | } |