[llvm] [LV] Move check if any vector insts will be generated to VPlan. (PR #96622)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 6 04:04:09 PDT 2024


================
@@ -1,4 +1,4 @@
-; RUN: opt < %s -passes=loop-vectorize -S | FileCheck %s
+; RUN: opt < %s -passes=loop-vectorize -force-vector-width=4 -S | FileCheck %s
----------------
ayalz wrote:

Indeed good to retain behavior. Is the not-generating-any-vectors-due-to-dead-instructions intentional?

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


More information about the llvm-commits mailing list