[llvm] [SelectionDAG] Add PARTIAL_REDUCE_U/SMLA ISD Nodes (PR #125207)
James Chesterman via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 06:04:15 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(
----------------
JamesChesterman wrote:
Done
https://github.com/llvm/llvm-project/pull/125207
More information about the llvm-commits
mailing list