[llvm] [SCEV] Move a test into IndVars, preserve coverage (PR #147360)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 13:57:32 PDT 2025
================
@@ -1,5 +1,5 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
-; RUN: opt -S -passes=indvars < %s | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes='print<scalar-evolution>' -disable-output %s 2>&1 | FileCheck %s
; Check that SCEV is able to recognize and use guards to prove
----------------
fhahn wrote:
Does the comment still apply to the printing tests?
https://github.com/llvm/llvm-project/pull/147360
More information about the llvm-commits
mailing list