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

Sanjay Patel <[email protected]> changed:

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

--- Comment #2 from Sanjay Patel <[email protected]> ---
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to