[llvm] SCEV: regen some tests with UTC (NFC) (PR #123050)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 05:08:04 PST 2025


================
@@ -1,32 +1,45 @@
-; RUN: opt < %s "-passes=print<scalar-evolution>" -disable-output 2>&1 | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes="print<scalar-evolution>" -disable-output 2>&1 | FileCheck %s
----------------
nikic wrote:

You can use `-scalar-evolution-classify-expressions=0` to print only the backedge count.

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


More information about the llvm-commits mailing list