[llvm-bugs] [Bug 36671] [llvm-mca][x86] Teach how to identify optimizable register-register moves and zero-idioms.
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Oct 12 06:48:48 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=36671
Andrea Di Biagio <andrea.dibiagio at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #17 from Andrea Di Biagio <andrea.dibiagio at gmail.com> ---
Fixed by the following commits:
http://llvm.org/viewvc/llvm-project?view=revision&revision=342555
http://llvm.org/viewvc/llvm-project?view=revision&revision=343307
http://llvm.org/viewvc/llvm-project?view=revision&revision=343691
http://llvm.org/viewvc/llvm-project?view=revision&revision=344334
What is left to do now is to update scheduling models, so that we can start
describing these features.
At the moment, we only describe dependency-breaking instructions and
optimizable register moves on Jaguar.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181012/84acf895/attachment.html>
More information about the llvm-bugs
mailing list