[PATCH] D16729: [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 08:13:12 PST 2016


RKSimon updated this revision to Diff 46790.
RKSimon added a comment.

Converted loads to the integer domain - as Elena said, its the more sensible options for consecutive 32-bit loads.


Repository:
  rL LLVM

http://reviews.llvm.org/D16729

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  test/CodeGen/X86/merge-consecutive-loads-128.ll
  test/CodeGen/X86/merge-consecutive-loads-256.ll
  test/CodeGen/X86/merge-consecutive-loads-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16729.46790.patch
Type: text/x-patch
Size: 13288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160203/0f90e7fb/attachment.bin>


More information about the llvm-commits mailing list