summaryrefslogtreecommitdiffstats
path: root/llvm/pzero-fp-xored.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PPC] Remove testcase from incorrect directoryEhsan Amiri2016-10-261-71/+0
| | | | | | | During my last commit this testcase was put in an incorrect directory. Removing it. Will put it in the right directory when I can verify everything is correct. llvm-svn: 285233
* [PPC] Generate positive FP zero using xor insn instead of loading from ↵Ehsan Amiri2016-10-241-0/+71
constant area https://reviews.llvm.org/D23614 Currently we load +0.0 from constant area. That can change to be generated using XOR instruction. llvm-svn: 284995
OpenPOWER on IntegriCloud