[PATCH] D88307: [DON'T MERGE] Jump-threading for finite state automata

Ehsan Amiri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 04:55:27 PST 2021


amehsan added a comment.

In D88307#2518321 <https://reviews.llvm.org/D88307#2518321>, @xbolva00 wrote:

> https://bugs.llvm.org/show_bug.cgi?id=42313
>
> Please check if this pass can handle it.

I don't know about the pass posted here. From a look at the testcase it should be OK for the algorithm that I posted. Once we resume the work on the code, we will check this. Thanks for sharing this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88307



More information about the llvm-commits mailing list