[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,19 +1,61 @@
-; REQUIRES: asserts
-; RUN: opt < %s -passes=loop-interchange -cache-line-size=64 -verify-dom-info -verify-loop-info \
-; RUN:     -S -debug 2>&1 | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=loop-interchange -verify-dom-info -verify-loop-info -S 2>&1 | FileCheck %s
----------------
fhahn wrote:

Why drop cache-line-size?

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


More information about the llvm-commits mailing list