[llvm] [Support] Make getMaxValue and getMinValue constexpr variables (NFC) (PR #161480)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 1 07:19:25 PDT 2025


kazutakahirata wrote:

> LGTM, the `inline` seems unnecessary since `static` and `constexpr` should already imply `inline` on data members.

Good point!  Fixed.  Thanks for the review as always!

https://github.com/llvm/llvm-project/pull/161480


More information about the llvm-commits mailing list