From 46f9cddfd7e40998422d1e34a3f1193210ee2fb8 Mon Sep 17 00:00:00 2001 From: Sebastian Pop <568397+sebpop@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:40:22 -0600 Subject: [DA] enable update_analyze_test_checks.py (#123435) Modify the DA pretty printer to match the output of other analysis passes. This enables update_analyze_test_checks.py to also work on DA tests. Auto generate all the Dependence Analysis tests. --- llvm/utils/UpdateTestChecks/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/utils/UpdateTestChecks/common.py') diff --git a/llvm/utils/UpdateTestChecks/common.py b/llvm/utils/UpdateTestChecks/common.py index 1a875c2..6611dc2 100644 --- a/llvm/utils/UpdateTestChecks/common.py +++ b/llvm/utils/UpdateTestChecks/common.py @@ -35,6 +35,7 @@ DEFAULT_VERSION = 5 SUPPORTED_ANALYSES = { "Branch Probability Analysis", "Cost Model Analysis", + "Dependence Analysis", "Loop Access Analysis", "Scalar Evolution Analysis", } -- cgit v1.1