Displaying 3 results from an estimated 3 matches for "54742".
Did you mean:
5472
2020 Sep 23
4
Improved jump-threading in LLVM for finite state automata
...for example, with the Coremark benchmark function core_state_transition(). Bug 42313 was filed to address this in 2019:
https://bugs.llvm.org/show_bug.cgi?id=42313
It appears that GCC improved support for jump threading in 2015 along the same lines:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742
Is anyone aware of any plan to do improve LLVM jump-threading along the same lines for LLVM?
Thanks!
Alan Phipps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200923/f0560703/attachment.html>
2020 Sep 23
3
Improved jump-threading in LLVM for finite state automata
...xample, with the Coremark benchmark function core_state_transition(). Bug 42313 was filed to address this in 2019:
https://bugs.llvm.org/show_bug.cgi?id=42313
It appears that GCC improved support for jump threading in 2015 along the same lines:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742
Is anyone aware of any plan to do improve LLVM jump-threading along the same lines for LLVM?
Thanks!
Alan Phipps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200923/9bc8b75c/attachment.html>
2020 Sep 29
2
Improved jump-threading in LLVM for finite state automata
...ition(). Bug
> 42313 was filed to address this in 2019:
>
>
>
> https://bugs.llvm.org/show_bug.cgi?id=42313
>
>
>
> It appears that GCC improved support for jump threading in 2015 along the
> same lines:
>
>
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742
>
>
>
> Is anyone aware of any plan to do improve LLVM jump-threading along the
> same lines for LLVM?
>
>
>
> Thanks!
>
>
>
> Alan Phipps
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.l...