[Alignment][NFC] Adding a max function.
commitd4e791ab41f5e6fd3bc06f8958675860ab053b91
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 30 Sep 2019 09:59:31 +0000 (30 09:59 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 30 Sep 2019 09:59:31 +0000 (30 09:59 +0000)
tree096001d4c7f18b6ecddd40217b8d0527006d55a1
parent237f2f2909e43a776f0d5da09139a136ad3b1d55
[Alignment][NFC] Adding a max function.

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

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373196 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Alignment.h
unittests/Support/AlignmentTest.cpp