aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/ModuleMap.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-06-01 13:37:01 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-06-01 13:37:01 +0000
commitee7694442d6ca7ed47bae8ffa3a766cbca68885b (patch)
tree09ab6c7ec020e4f14441d15b57f2e4431dc1c676 /clang/lib/Lex/ModuleMap.cpp
parent8467411dada9e05130e5d8e5244d07749f4fa5e6 (diff)
downloadllvm-ee7694442d6ca7ed47bae8ffa3a766cbca68885b.zip
llvm-ee7694442d6ca7ed47bae8ffa3a766cbca68885b.tar.gz
llvm-ee7694442d6ca7ed47bae8ffa3a766cbca68885b.tar.bz2
[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce CHECK duplication (PR35003)
This patch replaces the --x86_extra_scrub command line argument to automatically support a second level of regex-scrubbing if it improves the matching of nearly-identical code patterns. The argument '--extra_scrub' is there now to force extra matching if required. This is mostly useful to help us share 32-bit/64-bit x86 vector tests which only differs by retl/retq instructions, but any scrubber can now technically support this, meaning test checks don't have to be needlessly obfuscated. I've updated some of the existing checks that had been manually run with --x86_extra_scrub, to demonstrate the extra "ret{{[l|q]}}" scrub now only happens when useful, and re-run the sse42-intrinsics file to show extra matches - most sse/avx intrinsics files should be able to now share 32/64 checks. Tested with the opt/analysis scripts as well which share common code - AFAICT the other update scripts use their own versions. Differential Revision: https://reviews.llvm.org/D47485 llvm-svn: 333749
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions