[LLVMbugs] [Bug 23049] [X86] 64-bit integer stores are not always illegal on a 32-bit system

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 21 17:44:01 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23049

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Sanjay Patel <spatel+llvm at rotateright.com> ---
After:
http://reviews.llvm.org/rL235014
http://reviews.llvm.org/rL235210 
http://reviews.llvm.org/rL235460

We generate:
    movl    4(%esp), %eax
    movlps    %xmm0, (%eax)
    retl

Exedeps is choosing movlps rather than movq because we're not using the
extracted element and float is the default domain (smallest encoding?).

-- 
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/20150422/5fc1edf0/attachment.html>


More information about the llvm-bugs mailing list