aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/mul64.ll
AgeCommit message (Expand)Author
2011-05-04Fix register-dependent XCore testsJakob Stoklund Olesen
2011-03-31Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen
2010-03-11Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne
2010-03-10Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediateRichard Osborne
2010-03-10Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne
2010-03-10Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne