Bill Wendling | 58ed5d2 | 2009-04-29 00:15:41 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -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 | } |