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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 02:47:13 PDT 2020


xbolva00 added a comment.

Did you consider to implement more Agressive Jump Threading instead of a new pass for specific use (FSMs)? Like following solutions:

- gcc/libfirm jt http://beza1e1.tuxen.de/articles/jump_threading.html
- codasip jump threading https://codasip.com/wp-content/uploads/2019/08/Codasip_Jump_Threading.pdf


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