[PATCH] D68400: [NFC][TTI] Add Alignment for isLegalMasked[Load/Store]

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 08:42:16 PDT 2019


samparker created this revision.
samparker added reviewers: delena, rengolin, dmgreen.

Add an extra parameter so the backend can take the alignment into consideration. I'll need this to continue with D68337 <https://reviews.llvm.org/D68337>.


https://reviews.llvm.org/D68400

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  lib/Target/X86/X86TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.h
  lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68400.223033.patch
Type: text/x-patch
Size: 10651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191003/7b5eafe7/attachment.bin>


More information about the llvm-commits mailing list