[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 Mar 2 08:37:33 PST 2021


amehsan added a comment.

In D88307#2597214 <https://reviews.llvm.org/D88307#2597214>, @dnsampaio wrote:

> Hey @eastig and @amehsan, thanks for working on this. Do you have any idea when this work is going to be resumed?

Hi @dnsampaio. We have already resumed the work. My colleague who work on this will post a more detailed update soon. But to give you a quick update here: He looked into the std::merge example mentioned above and he found that our algorithm needs a change. This is being fixed, but this raises some questions about how general the algorithm is after the modification. So he is currently looking into some of the related literature to compare algorithms. He will post a more detailed update soon.


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