[PATCH] D64528: [X86] Separate the memory size of vzext_load/vextract_store from the element size of the result type. Use them improve the codegen of v2f32 loads/stores with sse1 only.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 14 19:03:16 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366034: [X86] Separate the memory size of vzext_load/vextract_store from the element… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64528?vs=209054&id=209753#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64528/new/

https://reviews.llvm.org/D64528

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86InstrAVX512.td
  llvm/trunk/lib/Target/X86/X86InstrFragmentsSIMD.td
  llvm/trunk/lib/Target/X86/X86InstrSSE.td
  llvm/trunk/test/CodeGen/X86/sse-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-sse1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64528.209753.patch
Type: text/x-patch
Size: 45307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190715/6f463500/attachment.bin>


More information about the llvm-commits mailing list