[llvm] [LoopInterchange] Don't rely on ASSERTS build for tests. NFC. (PR #116780)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 06:03:37 PST 2024


================
@@ -1,22 +1,42 @@
-; REQUIRES: asserts
-; RUN: opt < %s -passes='loop(loop-interchange),simplifycfg' -cache-line-size=64 -simplifycfg-require-and-preserve-domtree=1 -pass-remarks-output=%t \
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes='loop(loop-interchange),simplifycfg' -simplifycfg-require-and-preserve-domtree=1 \
----------------
fhahn wrote:

Also, why drop `-cache-line-size=64`?

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


More information about the llvm-commits mailing list