blob: 158ef551ce42d8768140d956aa21a90e3174c3f9 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86
Evan Cheng990405b2008-09-08 08:39:33 +00002
3define i8 @t2(i8 %a, i8 %c) nounwind {
4 %tmp = shl i8 %a, %c
5 ret i8 %tmp
6}
7
8define i8 @t1(i8 %a) nounwind {
9 %tmp = mul i8 %a, 17
10 ret i8 %tmp
11}