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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 15:47:03 PDT 2024


================
@@ -68,6 +68,9 @@
 ; CHECK-NEXT:       Expand reduction intrinsics
 ; CHECK-NEXT:       Natural Loop Information
 ; CHECK-NEXT:       TLS Variable Hoist
+; CHECK-NEXT:       Scalar Evolution Analysis
+; CHECK-NEXT:       Loop Pass Manager
+; CHECK-NEXT:         EVL-based Induction Variables Simplify
----------------
topperc wrote:

Is possible to get this into the same loop pass manager as LSR?

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


More information about the llvm-commits mailing list