blob: 90446d707db7fe569459096098ce996385f7547d [file] [log] [blame]
Tanya Lattner5ebaf3b2008-02-19 08:07:33 +00001; RUN: llvm-as < %s | llc -march=ppc32 | not grep mul
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner5ebaf3b2008-02-19 08:07:33 +00003define i32 @test1(i32 %a) {
4 %tmp.1 = mul i32 %a, -2 ; <i32> [#uses=1]
5 %tmp.2 = add i32 %tmp.1, 63 ; <i32> [#uses=1]
6 ret i32 %tmp.2
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007}
8