[PATCH] D52555: [X86] Fix use SSE registers if no-x87 is selected.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 10:23:02 PDT 2018


niravd updated this revision to Diff 167509.
niravd retitled this revision from "[X86] Avoid SSE1 registers for memory operations if no-x87." to "[X86] Fix use SSE registers if no-x87 is selected.".
niravd edited the summary of this revision.
niravd added a comment.

Update to better match GCC's behavior. Not as aggressive as we can be.


Repository:
  rL LLVM

https://reviews.llvm.org/D52555

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/pr38738.ll
  llvm/test/CodeGen/X86/x87.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52555.167509.patch
Type: text/x-patch
Size: 14711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180928/eccfa928/attachment.bin>


More information about the llvm-commits mailing list