[PATCH] D31847: [PowerPC] Eliminate compares in instruction selection - Vol. 1

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 18:38:55 PDT 2017


nemanjai updated this revision to Diff 98384.
nemanjai added a comment.

Addressed more inline comments.
Fixed up some early exits, added documentation, etc.


Repository:
  rL LLVM

https://reviews.llvm.org/D31847

Files:
  lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
  lib/Target/PowerPC/PPCFastISel.cpp
  lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  lib/Target/PowerPC/PPCInstr64Bit.td
  lib/Target/PowerPC/PPCInstrInfo.td
  test/CodeGen/PowerPC/setcc-logic.ll
  test/CodeGen/PowerPC/testComparesieqsc.ll
  test/CodeGen/PowerPC/testComparesieqsi.ll
  test/CodeGen/PowerPC/testComparesieqss.ll
  test/CodeGen/PowerPC/testComparesiequc.ll
  test/CodeGen/PowerPC/testComparesiequi.ll
  test/CodeGen/PowerPC/testComparesiequs.ll
  test/CodeGen/PowerPC/testCompareslleqsc.ll
  test/CodeGen/PowerPC/testCompareslleqsi.ll
  test/CodeGen/PowerPC/testCompareslleqss.ll
  test/CodeGen/PowerPC/testComparesllequc.ll
  test/CodeGen/PowerPC/testComparesllequi.ll
  test/CodeGen/PowerPC/testComparesllequs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31847.98384.patch
Type: text/x-patch
Size: 72128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170510/ba4f8c70/attachment-0001.bin>


More information about the llvm-commits mailing list