[PATCH] D53668: [LV] Support vectorization of interleave-groups that require an epilog under optsize using masked wide loads

Dorit Nuzman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 03:01:36 PDT 2018


This revision was automatically updated to reflect the committed changes.
dorit marked 6 inline comments as done.
Closed by commit rL345705: [LV] Support vectorization of interleave-groups that require an epilog under (authored by dorit, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53668?vs=171493&id=171879#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53668

Files:
  llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
  llvm/trunk/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/trunk/include/llvm/Analysis/VectorUtils.h
  llvm/trunk/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/trunk/lib/Analysis/TargetTransformInfo.cpp
  llvm/trunk/lib/Analysis/VectorUtils.cpp
  llvm/trunk/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/trunk/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/trunk/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/trunk/lib/Target/ARM/ARMTargetTransformInfo.h
  llvm/trunk/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonTargetTransformInfo.h
  llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.h
  llvm/trunk/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  llvm/trunk/lib/Target/SystemZ/SystemZTargetTransformInfo.h
  llvm/trunk/lib/Target/X86/X86TargetTransformInfo.cpp
  llvm/trunk/lib/Target/X86/X86TargetTransformInfo.h
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/trunk/test/Transforms/LoopVectorize/X86/x86-interleaved-accesses-masked-group.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53668.171879.patch
Type: text/x-patch
Size: 62352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181031/281c0c6c/attachment.bin>


More information about the llvm-commits mailing list