[Alignment][NFC] Use Align with TargetLowering::setPrefLoopAlignment
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 6 Sep 2019 14:51:15 +0000 (14:51 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 6 Sep 2019 14:51:15 +0000 (14:51 +0000)
commit9fcf066d0cd2fc283e410acc19b110c90f43e26c
treeab029a5c72bace85b998ddef43ee6a4102e251dc
parentf1d33842b9d0701bf31a51c21c8bf9af5dd79138
[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

llvm-svn: 371210
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp