[llvm] [LoopUnroll] Introduce parallel reduction phis when unrolling. (PR #149470)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 24 00:25:33 PDT 2025
https://github.com/davemgreen commented:
Should this be enabled or not at optsize/minsize (as in instr-size-costs.ll)?
And should it be disabled for all the cases where it is not expected to be profitable? For any in-order core for example I believe this will just add extra instructions for likely no extra benefit? I may be mistaken about what exactly it does.
https://github.com/llvm/llvm-project/pull/149470
More information about the llvm-commits
mailing list