[PATCH] D152147: [RISCV] Fold binary op into select if profitable.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 15:07:45 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:5700
if (SDValue V = combineSelectToBinOp(Op.getNode(), DAG, Subtarget))
return V;
----------------
Please upload patches with full context using git diff -U99999
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152147/new/
https://reviews.llvm.org/D152147
More information about the llvm-commits
mailing list