[Alignment][NFC] Migrate TTI::getGatherScatterOpCost to Align
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 26 Jun 2020 11:08:27 +0000 (11:08 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 26 Jun 2020 11:08:27 +0000 (11:08 +0000)
commitb66e33a689caec1b3fe468c3a637691b17979940
treeb73c724fef70ab8174191b4fca17f2ebb62f4e91
parentfdc7c7fb8772515669414e8562e3d55d9e742e3e
[Alignment][NFC] Migrate TTI::getGatherScatterOpCost to Align

This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Differential Revision: https://reviews.llvm.org/D82577
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
llvm/lib/Target/ARM/ARMTargetTransformInfo.h
llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
llvm/lib/Target/X86/X86TargetTransformInfo.cpp
llvm/lib/Target/X86/X86TargetTransformInfo.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp