[PATCH] D33578: [DAGCombiner] use narrow load to avoid vector extract

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 27 07:07:33 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL304072: [DAGCombiner] use narrow load to avoid vector extract (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D33578?vs=100327&id=100532#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33578

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/AArch64/arm64-vabs.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-vadd.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-vmul.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-vshift.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-vsub.ll
  llvm/trunk/test/CodeGen/ARM/vcombine.ll
  llvm/trunk/test/CodeGen/ARM/vext.ll
  llvm/trunk/test/CodeGen/X86/avx512bw-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-avx512.ll
  llvm/trunk/test/CodeGen/X86/widened-broadcast.ll
  llvm/trunk/test/CodeGen/X86/x86-interleaved-access.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33578.100532.patch
Type: text/x-patch
Size: 32022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170527/cda19d1f/attachment.bin>


More information about the llvm-commits mailing list