[Alignment][NFC] Attributes use Align/MaybeAlign
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 09:51:06 +0000 (09:51 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 09:51:06 +0000 (09:51 +0000)
commit17f5d2b1a5c942f1c0576c50274dbb07b6dc7036
treedfa8496e6ade0c001d5d97fb488ada74fe9ccac9
parent0f4186779e0415de8c771cba32f10b3023700ad7
[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

llvm-svn: 375495
llvm/include/llvm/IR/Attributes.h
llvm/include/llvm/IR/Function.h
llvm/include/llvm/IR/InstrTypes.h
llvm/lib/IR/AttributeImpl.h
llvm/lib/IR/Attributes.cpp
llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
llvm/unittests/IR/AttributesTest.cpp