[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 13:41:58 PDT 2024


================
@@ -29,6 +29,9 @@
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/PatternMatch.h"
 
+#define LV_NAME "loop-vectorize"
+#define DEBUG_TYPE LV_NAME
+
----------------
alexey-bataev wrote:

Why do you need this?

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


More information about the llvm-commits mailing list