[llvm] [LV] Invalidate SCEV values in the scalar loop after loop vectorization (PR #69886)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 01:45:09 PDT 2023
================
@@ -0,0 +1,35 @@
+; RUN: opt -passes="require<scalar-evolution>,print<scalar-evolution>,loop-vectorize" --verify-scev --verify-scev-strict -S < %s | FileCheck %s
----------------
fhahn wrote:
Could this be moved to `scev-invalidation.ll` to keep similar tests together?
https://github.com/llvm/llvm-project/pull/69886
More information about the llvm-commits
mailing list