[PATCH] D99205: Add jump-threading optimization for deterministic finite automata

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 03:13:23 PDT 2021


jaykang10 added a comment.

I have seen similar code pattern in perlbench of spec2017. In the case, there are cleanups for lifetime.marker and the goto statements go through the cleanups. I have discussed it with cfe-dev. https://lists.llvm.org/pipermail/cfe-dev/2021-July/068478.html It looks like this patch resolves the issue with perlbench as well as coremark.


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

https://reviews.llvm.org/D99205



More information about the llvm-commits mailing list