[llvm] [LV] Emit all remarks for unvectorizable instructions (PR #153833)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 18 09:34:45 PDT 2025


https://github.com/fhahn approved this pull request.

LGTM, thanks.

This is in line with how other places handle `DoExtraAnalysis` and it can be quite helpful to get info about all instructions in a loop that prevent vectorization

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


More information about the llvm-commits mailing list