summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/vec_urem_const.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Add target triple to vec_urem_const.ll test caseUlrich Weigand2014-08-041-0/+3
| | | | | | This should hopefully fix build bots on other architectures. llvm-svn: 214721
* [PowerPC] MULHU/MULHS are not legal for vector typesUlrich Weigand2014-08-041-0/+10
I ran into some test failures where common code changed vector division by constant into a multiply-high operation (MULHU). But these are not implemented by the back-end, so we failed to recognize the insn. Fixed by marking MULHU/MULHS as Expand for vector types. llvm-svn: 214716
OpenPOWER on IntegriCloud