[PATCH] D31848: [PowerPC] Eliminate compares - add i32 sext/zext handling

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 10:19:03 PDT 2017


nemanjai updated this revision to Diff 94994.
nemanjai retitled this revision from "[PowerPC] Eliminate compares in instruction selection - Vol. 2" to "[PowerPC] Eliminate compares - add i32 sext/zext handling".
nemanjai edited the summary of this revision.

Repository:
  rL LLVM

https://reviews.llvm.org/D31848

Files:
  lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  test/CodeGen/PowerPC/setcc-logic.ll
  test/CodeGen/PowerPC/testComparesi32gtu.ll
  test/CodeGen/PowerPC/testComparesi32leu.ll
  test/CodeGen/PowerPC/testComparesi32ltu.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/testComparesigesc.ll
  test/CodeGen/PowerPC/testComparesigesi.ll
  test/CodeGen/PowerPC/testComparesigess.ll
  test/CodeGen/PowerPC/testComparesigeuc.ll
  test/CodeGen/PowerPC/testComparesigeui.ll
  test/CodeGen/PowerPC/testComparesigeus.ll
  test/CodeGen/PowerPC/testComparesigtsc.ll
  test/CodeGen/PowerPC/testComparesigtsi.ll
  test/CodeGen/PowerPC/testComparesigtss.ll
  test/CodeGen/PowerPC/testComparesigtuc.ll
  test/CodeGen/PowerPC/testComparesigtui.ll
  test/CodeGen/PowerPC/testComparesigtus.ll
  test/CodeGen/PowerPC/testComparesilesc.ll
  test/CodeGen/PowerPC/testComparesilesi.ll
  test/CodeGen/PowerPC/testComparesiless.ll
  test/CodeGen/PowerPC/testComparesileuc.ll
  test/CodeGen/PowerPC/testComparesileui.ll
  test/CodeGen/PowerPC/testComparesileus.ll
  test/CodeGen/PowerPC/testComparesiltsc.ll
  test/CodeGen/PowerPC/testComparesiltsi.ll
  test/CodeGen/PowerPC/testComparesiltss.ll
  test/CodeGen/PowerPC/testComparesiltuc.ll
  test/CodeGen/PowerPC/testComparesiltui.ll
  test/CodeGen/PowerPC/testComparesiltus.ll
  test/CodeGen/PowerPC/testComparesinesc.ll
  test/CodeGen/PowerPC/testComparesinesi.ll
  test/CodeGen/PowerPC/testComparesiness.ll
  test/CodeGen/PowerPC/testComparesineuc.ll
  test/CodeGen/PowerPC/testComparesineui.ll
  test/CodeGen/PowerPC/testComparesineus.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
  test/CodeGen/PowerPC/testComparesllgesc.ll
  test/CodeGen/PowerPC/testComparesllgesi.ll
  test/CodeGen/PowerPC/testComparesllgess.ll
  test/CodeGen/PowerPC/testComparesllgeuc.ll
  test/CodeGen/PowerPC/testComparesllgeui.ll
  test/CodeGen/PowerPC/testComparesllgeus.ll
  test/CodeGen/PowerPC/testComparesllgtsc.ll
  test/CodeGen/PowerPC/testComparesllgtsi.ll
  test/CodeGen/PowerPC/testComparesllgtss.ll
  test/CodeGen/PowerPC/testComparesllgtuc.ll
  test/CodeGen/PowerPC/testComparesllgtui.ll
  test/CodeGen/PowerPC/testComparesllgtus.ll
  test/CodeGen/PowerPC/testCompareslllesc.ll
  test/CodeGen/PowerPC/testCompareslllesi.ll
  test/CodeGen/PowerPC/testComparesllless.ll
  test/CodeGen/PowerPC/testComparesllleuc.ll
  test/CodeGen/PowerPC/testComparesllleui.ll
  test/CodeGen/PowerPC/testComparesllleus.ll
  test/CodeGen/PowerPC/testComparesllltsc.ll
  test/CodeGen/PowerPC/testComparesllltsi.ll
  test/CodeGen/PowerPC/testComparesllltss.ll
  test/CodeGen/PowerPC/testComparesllltuc.ll
  test/CodeGen/PowerPC/testComparesllltui.ll
  test/CodeGen/PowerPC/testComparesllltus.ll
  test/CodeGen/PowerPC/testComparesllnesc.ll
  test/CodeGen/PowerPC/testComparesllnesi.ll
  test/CodeGen/PowerPC/testComparesllness.ll
  test/CodeGen/PowerPC/testComparesllneuc.ll
  test/CodeGen/PowerPC/testComparesllneui.ll
  test/CodeGen/PowerPC/testComparesllneus.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31848.94994.patch
Type: text/x-patch
Size: 289642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170412/21999183/attachment-0001.bin>


More information about the llvm-commits mailing list