[PATCH] D63517: [x86] avoid vector load narrowing with extracted store uses (PR42305)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 08:22:02 PDT 2019


spatel updated this revision to Diff 205600.
spatel added a comment.

Patch updated:
Use iterator loop rather than range loop. That allows checking the result number more efficiently from the SDUse.


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

https://reviews.llvm.org/D63517

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/sandybridge-loads.ll
  llvm/test/CodeGen/X86/widen_load-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63517.205600.patch
Type: text/x-patch
Size: 5912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190619/cd473bd3/attachment.bin>


More information about the llvm-commits mailing list