================ @@ -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