[Alignment][NFC] Adding a max function.
commitdb4acffa844711f6efe38fb367eff9c378194c0b
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
parentaa34ffcbb8f7adba9efb50c87c13fa6463157cdf
[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