diff options
author | Artem Belevich <tra@google.com> | 2020-08-07 17:18:38 -0700 |
---|---|---|
committer | Artem Belevich <tra@google.com> | 2020-08-10 14:27:19 -0700 |
commit | 9c8ae40860311e94de0a898101818f706228e958 (patch) | |
tree | be02b6f819f0219b34ed9845d5423af482f47aff /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 62223ff1376b540dc9612239fdfb11b376d796d3 (diff) | |
download | llvm-9c8ae40860311e94de0a898101818f706228e958.zip llvm-9c8ae40860311e94de0a898101818f706228e958.tar.gz llvm-9c8ae40860311e94de0a898101818f706228e958.tar.bz2 |
[ARM] Speed up arm-cortex-cpus.c test
Trailing wildcard regex searches greedily continue searching through the whole
input and make the test unnecessarily slow.
Using equivalent plain text partial match speeds up the test execution time from
~35s to ~12s.
Differential Revision: https://reviews.llvm.org/D85575
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions