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

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 18:18:53 PDT 2020


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

Address the following review comments:

- indentation
- updated `RUN` and `CHECK` lines


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.300130.patch
Type: text/x-patch
Size: 326888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/93ab9756/attachment-0001.bin>


More information about the llvm-commits mailing list