[llvm-bugs] [Bug 32550] GlobalISel -O0 for AArch64 moves floating point values through GPRs way too often
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon May 8 11:28:29 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32550
Quentin Colombet <qcolombet at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Quentin Colombet <qcolombet at apple.com> ---
I actually took a different approach here.
Instead of having to rely on the greedy mode at O0, I changed the default
mapping of loads such that loads feeding fp instructions get FPR mapping.
This is r302453.
--
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/20170508/36b179aa/attachment-0001.html>
More information about the llvm-bugs
mailing list