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

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 01:28:20 PDT 2021


SjoerdMeijer added a comment.

Thanks for the updates. 
If I am not mistaken, I still think tests are missing for cases when jump threading should *not* trigger:

> I think some tests are missing, mostly negative tests:
>
> - test for min code size,
> - test with blocks that cannot be cloned,
> - test with some unsupported instructions


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

https://reviews.llvm.org/D99205



More information about the llvm-commits mailing list