[llvm] [SCEV] Regen a test with UTC (PR #147361)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 12:46:33 PDT 2025
================
@@ -1,19 +1,32 @@
-; RUN: opt -disable-output "-passes=print<scalar-evolution>" < %s 2>&1 | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -disable-output -passes='print<scalar-evolution>' %s 2>&1 | FileCheck %s
----------------
nikic wrote:
As it's less clear what is specifically being tested now, maybe add a file comment along the lines of checking that assumes/guards guarding the backedge are taking into account when inferring nowrap flags?
https://github.com/llvm/llvm-project/pull/147361
More information about the llvm-commits
mailing list