[Alignment][NFC] Migrate TargetLowering::allowsMemoryAccess
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 8 Jun 2020 11:47:11 +0000 (11:47 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 9 Jun 2020 10:11:07 +0000 (10:11 +0000)
commitf21c52667ed147903015a94643b0057319189d4e
tree4f53706a636b1d43059a0c02f23b219ccb43c9dc
parent5419a3121522fe1251d52c7f1fb790d68581e549
[Alignment][NFC] Migrate TargetLowering::allowsMemoryAccess

Summary:
Note to downstream target maintainers: this might silently change the semantics of your code if you override `TargetLowering::allowsMemoryAccess` without marking it override.

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

Reviewers: courbet

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81379
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