[all-commits] [llvm/llvm-project] 640ed2: [libc][NFC] Add noreturn and constexpr qualifiers ...
Rose via All-commits
all-commits at lists.llvm.org
Wed Jul 28 21:50:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 640ed21cceb28ddb3a9779fdfa11a4c4d97e29df
https://github.com/llvm/llvm-project/commit/640ed21cceb28ddb3a9779fdfa11a4c4d97e29df
Author: Alfonso Gregory <gfunni234 at gmail.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M libc/src/__support/integer_operations.h
M libc/src/ctype/ctype_utils.h
M libc/utils/HdrGen/Command.h
Log Message:
-----------
[libc][NFC] Add noreturn and constexpr qualifiers where appropriate
These functions make it clear to the compiler and user what the intended
behavior is so llvm can make them go as fast as possible.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D106807
More information about the All-commits
mailing list