[llvm] [InstCombine] Combine interleaved PHI reduction chains. (PR #143878)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 02:59:05 PDT 2025


dtcxzyw wrote:

> as introduced by the loop vectorizer.

I guess it is intended to fulfill the pipeline? Imagine the CPU has multiple ports/pipelines executing the same kind of instructions (load/fadd/fmul).


https://github.com/llvm/llvm-project/pull/143878


More information about the llvm-commits mailing list