[Alignment][NFC] TargetLowering::allowsMemoryAccess
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 30 Jun 2020 08:16:59 +0000 (08:16 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 30 Jun 2020 08:17:00 +0000 (08:17 +0000)
commit5f8bdb3e6a997a3031a447db38bd3c358fee86e4
tree95f24e5c84bce41aea143d91eeb7123768f1edb3
parenta976ea3209b5ad2310882c0895e0095ba4b04eef
[Alignment][NFC] TargetLowering::allowsMemoryAccess

Second patch of a series to adapt TargetLowering::allowsXXX functions

This 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/D82785
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/TargetLoweringBase.cpp
llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
llvm/lib/Target/Hexagon/HexagonISelLowering.h
llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp