[llvm] [LV] Update LoopVectorizationPlanner::emitInvalidCostRemarks to handle reduction plans (PR #165913)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 10 03:04:06 PST 2025


================
@@ -0,0 +1,25 @@
+; RUN: opt < %s -passes=loop-vectorize -S -pass-remarks=loop-vectorize -debug-only=loop-vectorize &> %t
----------------
fhahn wrote:

if the test is not checking the LLVM IR output, you can add `-disable-output`. Also, it is only checking the remarks, right? So `-debug-only=...` can also be dropped

https://github.com/llvm/llvm-project/pull/165913


More information about the llvm-commits mailing list