| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [PowerPC] Add target triple to vec_urem_const.ll test case | Ulrich Weigand | 2014-08-04 | 1 | -0/+3 |
| | | | | | | | This should hopefully fix build bots on other architectures. llvm-svn: 214721 | ||||
| * | [PowerPC] MULHU/MULHS are not legal for vector types | Ulrich Weigand | 2014-08-04 | 1 | -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 | |||||

