[all-commits] [llvm/llvm-project] 8cc6f5: [NFC][update_llc_test_checks] Remove the redundant...
zhangkangcool via All-commits
all-commits at lists.llvm.org
Thu Apr 2 02:49:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8cc6f5beb816bac152cf170daaa611028124d1cd
https://github.com/llvm/llvm-project/commit/8cc6f5beb816bac152cf170daaa611028124d1cd
Author: Kang Zhang <shkzhang at cn.ibm.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M llvm/utils/UpdateTestChecks/asm.py
Log Message:
-----------
[NFC][update_llc_test_checks] Remove the redundant SCRUB_LOOP_COMMENT_RE in asm.py
Summary:
In the patch: https://reviews.llvm.org/D42654
De-duplicate utils/update_{llc_,}test_checks.py, Some common part has
been move to common.py. The SCRUB_LOOP_COMMENT_RE has been moved to
common.py, but forgetting to remove from asm.py.
This patch is to remove the redundant SCRUB_LOOP_COMMENT_RE in asm.py
and use common.SCRUB_LOOP_COMMENT_RE.
More information about the All-commits
mailing list