[llvm] [LV] Emit better debug and opt-report messages when vectorization is disallowed in the LoopVectorizer (PR #158513)
Tibor Győri via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 15:54:36 PST 2025
================
@@ -0,0 +1,40 @@
+; This test checks that we emit only the correct debug messages and
+; optimization remark when the loop vectorizer is disabled by loop metadata
+; that requests no loop transformations.
----------------
TiborGY wrote:
done
https://github.com/llvm/llvm-project/pull/158513
More information about the llvm-commits
mailing list