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