[all-commits] [llvm/llvm-project] ed1e56: [NFC] factor update test function test builder as ...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Dec 16 21:21:57 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed1e565aaff6a2b6ad9064bcc58c50a46100a836
https://github.com/llvm/llvm-project/commit/ed1e565aaff6a2b6ad9064bcc58c50a46100a836
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M llvm/utils/UpdateTestChecks/asm.py
M llvm/utils/UpdateTestChecks/common.py
M llvm/utils/update_analyze_test_checks.py
M llvm/utils/update_cc_test_checks.py
M llvm/utils/update_llc_test_checks.py
M llvm/utils/update_test_checks.py
Log Message:
-----------
[NFC] factor update test function test builder as a class
This allows us to have shared logic over multiple test runs, e.g. do we
have unused prefixes, or which function bodies have conflicting outputs
for a prefix appearing in different RUN lines.
This patch is just wrapping existing functionality, and replacing its uses.
A subsequent patch would then fold the current functionality into the newly
introduced class.
Differential Revision: https://reviews.llvm.org/D93413
More information about the All-commits
mailing list