[PATCH] D98159: [RISCV] Add RISCVISD::BR_CC similar to RISCVISD::SELECT_CC.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 11:04:12 PDT 2021


craig.topper updated this revision to Diff 330733.
craig.topper added a comment.

Remove non-functional change in LowerSELECT.
Add blank line.

Waiting for D98449 <https://reviews.llvm.org/D98449> to commit before committing this since the isel pattern
for that will become obsolete, but the test from D98449 <https://reviews.llvm.org/D98449> is still valid.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98159

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
  llvm/test/CodeGen/RISCV/xaluo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98159.330733.patch
Type: text/x-patch
Size: 12101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210315/0a2fea96/attachment-0001.bin>


More information about the llvm-commits mailing list