[Alignment][NFC] Allow constexpr Align
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 3 Oct 2019 10:53:10 +0000 (10:53 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 3 Oct 2019 10:53:10 +0000 (10:53 +0000)
commitb3af236fb5fc6e50fcc1b54d868f0bff557f3fb1
tree0e456c8eba2f808a14811811045f18a3a9e66deb
parentabc35f1bd8e2d27029dae4752957b83f562011ce
[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

llvm-svn: 373580
llvm/include/llvm/Support/Alignment.h
llvm/include/llvm/Support/MathExtras.h
llvm/lib/Target/AArch64/AArch64StackTagging.cpp
llvm/unittests/Support/AlignmentTest.cpp
llvm/unittests/Support/MathExtrasTest.cpp