[PATCH] D31850: [PowerPC] Eliminate compares - add handling for SELECT and SELECT_CC without the use of the condition register
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 11:52:09 PDT 2017
nemanjai updated this revision to Diff 95012.
nemanjai retitled this revision from "[PowerPC] Eliminate compares in instruction selection - Vol. 4" to "[PowerPC] Eliminate compares - add handling for SELECT and SELECT_CC without the use of the condition register".
nemanjai edited the summary of this revision.
Repository:
rL LLVM
https://reviews.llvm.org/D31850
Files:
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
test/CodeGen/PowerPC/comparisonOps32.ll
test/CodeGen/PowerPC/comparisonOps64.ll
test/CodeGen/PowerPC/i1-ext-fold.ll
test/CodeGen/PowerPC/ppc-crbits-onoff.ll
test/CodeGen/PowerPC/testSelectSetCCEQ.ll
test/CodeGen/PowerPC/testSelectSetCCGE.ll
test/CodeGen/PowerPC/testSelectSetCCGT.ll
test/CodeGen/PowerPC/testSelectSetCCLE.ll
test/CodeGen/PowerPC/testSelectSetCCLT.ll
test/CodeGen/PowerPC/testSelectSetCCNE.ll
test/CodeGen/PowerPC/testSelectSetCCUGE.ll
test/CodeGen/PowerPC/testSelectSetCCUGT.ll
test/CodeGen/PowerPC/testSelectSetCCULE.ll
test/CodeGen/PowerPC/testSelectSetCCULT.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31850.95012.patch
Type: text/x-patch
Size: 77818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170412/323d7343/attachment.bin>
More information about the llvm-commits
mailing list