[PATCH] D98449: [RISCV] Add isel-patterns to optimize (a < 1) into blez (a <= 0)

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rG018e96f71ff2: [RISCV] Add isel-patterns to optimize (a < 1) into blez (a <= 0) (authored by philipp.tomsich, committed by craig.topper).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98449

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/test/CodeGen/RISCV/branch.ll
  llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98449.330746.patch
Type: text/x-patch
Size: 3904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210315/35d20f86/attachment.bin>


More information about the llvm-commits mailing list