[llvm] [DA] Add option to enable specific dependence test only (PR #164245)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 20 05:39:02 PDT 2025


================
@@ -1,8 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 5
 ; RUN: opt < %s -disable-output "-passes=print<da>" -aa-pipeline=basic-aa 2>&1 \
 ; RUN: | FileCheck %s
-; RUN: opt < %s -disable-output "-passes=print<da>" -da-run-siv-routines-only 2>&1 \
-; RUN: | FileCheck %s --check-prefix=CHECK-SIV-ONLY
----------------
kasuga-fj wrote:

This check was originally added in #157085, primarily for `@exact14` and `@exact15`. Since this patch relocates those tests to a separate file, the check is no longer particularly meaningful.

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


More information about the llvm-commits mailing list