[PATCH] D28036: [PowerPC] Add ppc support to update_llc_test_checks.py, and ppc tests. NFC.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 21 16:59:08 PST 2016
chandlerc added a comment.
This seems fine, but I'd love for Eli to make sure he's happy with how this supports ARM as well. Thanks!
Once Eli is happy, feel free to commit.
================
Comment at: llvm/utils/update_llc_test_checks.py:66
+ r'(?P<body>.*?)\n'
+ r'(?:^[ \t]*(?:\.long[ \t]+[^\n]+|\.quad[ \t]+[^\n]+)\n)*' # This list is incomplete
+ r'.Lfunc_end[0-9]+:\n',
----------------
Put the comment on its own line so it doesn't go over 80 columns?
https://reviews.llvm.org/D28036
More information about the llvm-commits
mailing list