diff options
author | Sebastian Pop <568397+sebpop@users.noreply.github.com> | 2025-01-29 15:40:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 15:40:22 -0600 |
commit | 46f9cddfd7e40998422d1e34a3f1193210ee2fb8 (patch) | |
tree | 8e907c79245cba93633e9c890533dd899bfdff47 /llvm/utils/UpdateTestChecks/common.py | |
parent | 61ea63baafb503470fccef2712f0f9a449943bcd (diff) | |
download | llvm-46f9cddfd7e40998422d1e34a3f1193210ee2fb8.zip llvm-46f9cddfd7e40998422d1e34a3f1193210ee2fb8.tar.gz llvm-46f9cddfd7e40998422d1e34a3f1193210ee2fb8.tar.bz2 |
[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.
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
-rw-r--r-- | llvm/utils/UpdateTestChecks/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
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", } |