[llvm] [DA] Disable the BanerjeeMIV dependence test (PR #174733)
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 02:26:26 PDT 2026
================
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 6
; RUN: opt < %s -disable-output -passes="print<da>" -da-dump-monotonicity-report \
-; RUN: -da-enable-monotonicity-check 2>&1 | FileCheck %s
+; RUN: -da-enable-monotonicity-check -da-enable-dependence-test=all 2>&1 | FileCheck %s
----------------
sjoerdmeijer wrote:
Thanks a lot, going to do the rebasing now, working on it.
https://github.com/llvm/llvm-project/pull/174733
More information about the llvm-commits
mailing list