================ @@ -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: Removed in latest version, thanks https://github.com/llvm/llvm-project/pull/106441