[llvm] [RISCV] Expand constant multiplication for targets without M extension (PR #137195)
Iris Shi via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 30 02:52:12 PDT 2025
================
@@ -15447,20 +15584,23 @@ static SDValue expandMul(SDNode *N, SelectionDAG &DAG,
if (DAG.getMachineFunction().getFunction().hasMinSize())
----------------
el-ev wrote:
I also wasn't certain which was the better choice for this.
https://github.com/llvm/llvm-project/pull/137195
More information about the llvm-commits
mailing list