[all-commits] [llvm/llvm-project] c0a751: [libc] Fix undefined behavior of left shifting sig...
lntue via All-commits
all-commits at lists.llvm.org
Tue Jun 6 22:15:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0a751ae3da372fdedd8ace4deabd6862dbcc660
https://github.com/llvm/llvm-project/commit/c0a751ae3da372fdedd8ace4deabd6862dbcc660
Author: Tue Ly <lntue at google.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M libc/src/math/generic/exp2f.cpp
Log Message:
-----------
[libc] Fix undefined behavior of left shifting signed integer in exp2f.cpp.
Fix undefined behavior of left shifting signed integer in exp2f.cpp.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D152336
More information about the All-commits
mailing list