summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/hoist-logic.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DAGCombiner] don't hoist logic op if operands have other uses, part 2Sanjay Patel2018-12-061-10/+9
| | | | | | | | | The PPC test with 2 extra uses seems clearly better by avoiding this transform. With 1 extra use, we also prevent an extra register move (although that might be an RA problem). The general rule should be to only make a change here if it is always profitable. The x86 diffs are all neutral. llvm-svn: 348518
* [PowerPC] add tests for hoisting bitwise logic; NFCSanjay Patel2018-12-061-0/+72
llvm-svn: 348516
OpenPOWER on IntegriCloud