[PATCH] D134881: [RISCV] Branchless lowering for select (and (x , 0x1) == 0), y, (z ^ y) ) and select (and (x , 0x1) == 0), y, (z | y) )

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 08:24:46 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2b5960028ead: [RISCV] Branchless lowering for select (and (x , 0x1) == 0), y, (z ^ y) ) and… (authored by reames).

Changed prior to commit:
  https://reviews.llvm.org/D134881?vs=463952&id=464287#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134881

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134881.464287.patch
Type: text/x-patch
Size: 7800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220930/161a7be3/attachment.bin>


More information about the llvm-commits mailing list