llvm-project
515660d8 - [Support] Make getMaxValue and getMinValue constexpr variables (NFC) (#161480)

Commit
36 days ago
[Support] Make getMaxValue and getMinValue constexpr variables (NFC) (#161480) This patch makes getMaxValue and getMinValue constexpr variables and "inlines" the calls to getMaxValue and getMinValue. We could probably make InstructionCost constexpr also, but that's left for another day.
Parents
Loading