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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 11:25:18 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
+
----------------
fhahn wrote:

This is needed for `LLVM_DEBUG` below

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


More information about the llvm-commits mailing list