[PATCH] D83056: Separate the Loop Peeling Utilities from the Loop Unrolling Utilities
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 7 10:25:01 PDT 2020
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/LoopPeel.cpp:50
-#define DEBUG_TYPE "loop-unroll"
+#define DEBUG_TYPE "loop-peel"
----------------
I am not sure about this change. Currently peeling is integrated in loop-unroll and remarks/debug can be filtered by loop-unroll, but now we will generate remarks for `loop-unroll` and `loop-peel` when running `-loop-unroll`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83056/new/
https://reviews.llvm.org/D83056
More information about the llvm-commits
mailing list