[llvm] [LV] Introduce the EVLIVSimplify Pass for EVL-vectorized loops (PR #91796)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 15:26:55 PST 2024


mshockwave wrote:

I've pushed the latest version of this Pass that relies on IR pattern matching against the specific shape of loops generated by LoopVectorizer. Which means that this Pass now runs right after the LV.

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


More information about the llvm-commits mailing list