[Alignment][NFC] Attributes use Align/MaybeAlign
commit7b9dd382bdfbfb852dadd0745f52e146e3c9cc63
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 09:51:06 +0000 (22 09:51 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 09:51:06 +0000 (22 09:51 +0000)
tree15a4e9b683fcb4543681115955bca2fcb424e618
parent079843ff6b0efac8e58ed1ac9fbeb2e545b15fbc
[Alignment][NFC] Attributes use Align/MaybeAlign

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: jholewinski, hiraditya, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375495 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Attributes.h
include/llvm/IR/Function.h
include/llvm/IR/InstrTypes.h
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
unittests/IR/AttributesTest.cpp