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

Ehsan Amiri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 09:20:55 PDT 2021


amehsan added a subscriber: sebpop.
amehsan added a comment.

@sebpop Do you mind reviewing this patch? This is jump threading for finite state machine. You may remember we had a discussion about it back in 2018 and 2019 llvm dev meeting....We didn't follow up as quickly as I hoped but recently we got the opportunity to improve the code and post it here. As you can see some review has been done, but currently it is waiting for further review or green light to merge.


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

https://reviews.llvm.org/D99205



More information about the llvm-commits mailing list