[PATCH] D30469: [PowerPC] Expand compare instructions to equivalent GPR code sequences.

Tony Jiang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 05:51:13 PDT 2017


jtony updated this revision to Diff 92133.
jtony added a comment.

Update the test cases according to the new convention. 16 test cases file added for SETCC EQ.


https://reviews.llvm.org/D30469

Files:
  lib/Target/PowerPC/PPCInstrInfo.td
  test/CodeGen/PowerPC/expand-isel.ll
  test/CodeGen/PowerPC/testComparesieqsc.ll
  test/CodeGen/PowerPC/testComparesieqsi.ll
  test/CodeGen/PowerPC/testComparesieqsll.ll
  test/CodeGen/PowerPC/testComparesieqss.ll
  test/CodeGen/PowerPC/testComparesiequc.ll
  test/CodeGen/PowerPC/testComparesiequi.ll
  test/CodeGen/PowerPC/testComparesiequll.ll
  test/CodeGen/PowerPC/testComparesiequs.ll
  test/CodeGen/PowerPC/testCompareslleqsc.ll
  test/CodeGen/PowerPC/testCompareslleqsi.ll
  test/CodeGen/PowerPC/testCompareslleqsll.ll
  test/CodeGen/PowerPC/testCompareslleqss.ll
  test/CodeGen/PowerPC/testComparesllequc.ll
  test/CodeGen/PowerPC/testComparesllequi.ll
  test/CodeGen/PowerPC/testComparesllequll.ll
  test/CodeGen/PowerPC/testComparesllequs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30469.92133.patch
Type: text/x-patch
Size: 53440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170317/30947380/attachment-0001.bin>


More information about the llvm-commits mailing list