Make Value::MaxAlignment(Exponent) constexpr
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Thu, 26 Aug 2021 08:51:23 +0000 (09:51 +0100)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Thu, 26 Aug 2021 09:09:40 +0000 (10:09 +0100)
commit581613413c273012747676d9b0f0970cc26d5683
treea16d95492a1555fc9718ad47f0a7f818e24d4e52
parent7cab90a7b1c47780bbf7cfbfda4a1cbab24f0e5b
Make Value::MaxAlignment(Exponent) constexpr

This avoids references to the variables be generated when using e.g. max().

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D95050
llvm/include/llvm/IR/Value.h