[PATCH] D129757: [RISCV] Optimize SELECT_CC when condition is eq and the true value of select is zero

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 01:00:55 PDT 2022


liaolucy updated this revision to Diff 444906.
liaolucy added a comment.

address craig.topper's comments and thanks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129757

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/double-convert.ll
  llvm/test/CodeGen/RISCV/float-convert.ll
  llvm/test/CodeGen/RISCV/fpclamptosat.ll
  llvm/test/CodeGen/RISCV/fpclamptosat_vec.ll
  llvm/test/CodeGen/RISCV/half-convert.ll
  llvm/test/CodeGen/RISCV/rv64zbb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129757.444906.patch
Type: text/x-patch
Size: 136258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/128d375c/attachment.bin>


More information about the llvm-commits mailing list