[Alignment][NFC] Migrate TTI::getMaskedMemoryOpCost to Align
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 26 Jun 2020 10:14:16 +0000 (10:14 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 26 Jun 2020 10:14:16 +0000 (10:14 +0000)
commit7e1f79c3de50ad6958d4092ef5def04942629193
treeabee5ee207cbe8b4120c25c2bca892b493d35323
parentedcfef8fee134cf98e0e812a6569c4900045d31c
[Alignment][NFC] Migrate TTI::getMaskedMemoryOpCost 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/D82569
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/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