[PATCH] D131431: [update_llc_test_checks][VE] Handle .Lfoo$local in functon regex
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 13:29:43 PDT 2022
arichardson created this revision.
Herald added a project: All.
arichardson added reviewers: kaz7, simoll.
arichardson published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
While working on https://reviews.llvm.org/D131429, I got a test diff in
one of the VE tests and running update_llc_test_checks.py deleted all the
code for that function. This updates the regex to handle this new output.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131431
Files:
llvm/test/CodeGen/VE/Scalar/builtin_sjlj_landingpad.ll
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ve-basic.ll.expected
llvm/utils/UpdateTestChecks/asm.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131431.450916.patch
Type: text/x-patch
Size: 4066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220808/7cd02012/attachment.bin>
More information about the llvm-commits
mailing list