]> granicus.if.org Git - llvm/commit
[Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignment
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 6 Sep 2019 15:03:49 +0000 (15:03 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 6 Sep 2019 15:03:49 +0000 (15:03 +0000)
commit0001400ef01258ae9cc27b88a98c701660b41c72
tree9f649ae7325bf061a7a0f4d23db52f3dd6fcae7f
parent77d51f2ce9c82b94ffc11c7dabda563c29bc51a2
[Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignment

Summary:
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

Reviewers: courbet

Subscribers: nemanjai, javed.absar, hiraditya, kbarton, asb, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, jrtc27, MaskRay, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, jsji, s.egerton, pzheng, ychen, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D67267

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371212 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLowering.h
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/BPF/BPFISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Lanai/LanaiISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/RISCV/RISCVISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp