This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix undefined behavior of left shifting signed integer in exp2f.cpp.
ClosedPublic

Authored by lntue on Jun 6 2023, 9:34 PM.

Details

Summary

Fix undefined behavior of left shifting signed integer in exp2f.cpp.

Diff Detail

Event Timeline

lntue created this revision.Jun 6 2023, 9:34 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 6 2023, 9:34 PM
lntue requested review of this revision.Jun 6 2023, 9:34 PM
sivachandra accepted this revision.Jun 6 2023, 9:53 PM
This revision is now accepted and ready to land.Jun 6 2023, 9:53 PM