[Alignment][NFC] Use Align with TargetLowering::setPrefLoopAlignment
commit9180d2278d9798d9217406c33e87b47e34f47957
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 6 Sep 2019 14:51:15 +0000 (6 14:51 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 6 Sep 2019 14:51:15 +0000 (6 14:51 +0000)
tree9e878ddaa1e38f84602a272aec5b8712408fe2c3
parentf071ed29ef6b8ed3a68bdb7ff7804a7e2ef7c884
[Alignment][NFC] Use Align with TargetLowering::setPrefLoopAlignment

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, hiraditya, kbarton, MaskRay, jsji, ychen, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371210 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLowering.h
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp