blob: f2c9cc72719c47d6ba6198b464778004bd219817 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86-64 | not grep movw
Evan Cheng7e073ba2008-04-09 20:57:25 +00002
3define i16 @test5(i16 %f12) nounwind {
4 %f11 = shl i16 %f12, 2 ; <i16> [#uses=1]
5 %tmp7.25 = ashr i16 %f11, 8 ; <i16> [#uses=1]
6 ret i16 %tmp7.25
7}