[PATCH] D87705: [PowerPC] Implement Set Boolean Condition Instructions

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 10:28:25 PDT 2020


amyk updated this revision to Diff 291966.
amyk added a comment.

Update the run line of `crbits.ll` test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87705/new/

https://reviews.llvm.org/D87705

Files:
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  llvm/test/CodeGen/PowerPC/CompareEliminationSpillIssue.ll
  llvm/test/CodeGen/PowerPC/crbits.ll
  llvm/test/CodeGen/PowerPC/p10-setbc-ri.ll
  llvm/test/CodeGen/PowerPC/p10-setbc-rr.ll
  llvm/test/CodeGen/PowerPC/p10-setbcr-ri.ll
  llvm/test/CodeGen/PowerPC/p10-setbcr-rr.ll
  llvm/test/CodeGen/PowerPC/p10-setboolean-ext-fp.ll
  llvm/test/CodeGen/PowerPC/p10-setnbc-ri.ll
  llvm/test/CodeGen/PowerPC/p10-setnbc-rr.ll
  llvm/test/CodeGen/PowerPC/p10-setnbcr-ri.ll
  llvm/test/CodeGen/PowerPC/p10-setnbcr-rr.ll
  llvm/test/CodeGen/PowerPC/p10-spill-creq.ll
  llvm/test/CodeGen/PowerPC/p10-spill-crgt.ll
  llvm/test/CodeGen/PowerPC/p10-spill-crlt.ll
  llvm/test/CodeGen/PowerPC/p10-spill-crun.ll
  llvm/test/CodeGen/PowerPC/testComparesi32gtu.ll
  llvm/test/CodeGen/PowerPC/testComparesi32leu.ll
  llvm/test/CodeGen/PowerPC/testComparesi32ltu.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87705.291966.patch
Type: text/x-patch
Size: 258100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200915/05c5124f/attachment-0001.bin>


More information about the llvm-commits mailing list