[llvm] [SelectionDAG] Add PARTIAL_REDUCE_U/SMLA ISD Nodes (PR #125207)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 09:51:12 PST 2025
================
@@ -135,6 +135,10 @@ static cl::opt<unsigned> SwitchPeelThreshold(
"switch statement. A value greater than 100 will void this "
"optimization"));
+static cl::opt<bool> NewPartialReduceLowering(
----------------
sdesmalen-arm wrote:
nit: maybe add a FIXME to say that this flag is temporary, to help transition to do proper lowering with the new selectiondag nodes?
https://github.com/llvm/llvm-project/pull/125207
More information about the llvm-commits
mailing list