[Alignment][NFC] Use MaybeAlign in AttrBuilder
commit77450cd6096f48aee164cf7efc12bd20cd563ffc
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 11:57:52 +0000 (22 11:57 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 11:57:52 +0000 (22 11:57 +0000)
tree98c19903997b154a7676776285d341543fa43b17
parent672893cf12a38c4b71feb91fe268dc499f6bc817
[Alignment][NFC] Use MaybeAlign in AttrBuilder

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

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375496 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Attributes.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/IR/Attributes.cpp