[Alignment][NFC] Allow constexpr Align
commit3a0e85180cc2a38fe7503e96944154360e702c7f
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 3 Oct 2019 10:53:10 +0000 (3 10:53 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 3 Oct 2019 10:53:10 +0000 (3 10:53 +0000)
tree7229bd9390a423be9dc769d396bdd8d65d645ba9
parentca10309b33be5a81096953d5323e61081228af65
[Alignment][NFC] Allow constexpr Align

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/D68329

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373580 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Alignment.h
include/llvm/Support/MathExtras.h
lib/Target/AArch64/AArch64StackTagging.cpp
unittests/Support/AlignmentTest.cpp
unittests/Support/MathExtrasTest.cpp