[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
Wed Aug 10 06:10:30 PDT 2022


arichardson added a comment.

In D131431#3712222 <https://reviews.llvm.org/D131431#3712222>, @kaz7 wrote:

> It's looks like this patch itself IS removing landing pad instructions from builtin_sjlj_landingpad.ll although the explanation of this patch is saying opposite.

I re-ran the update script on that file, and now it correctly detects the function boundary: Everything below `.Lfunc_end0:` should not have been added as a CHECK line but because the regex was wrong before it matched everything up to the next function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131431/new/

https://reviews.llvm.org/D131431



More information about the llvm-commits mailing list