diff options
author | Zahira Ammarguellat <zahira.ammarguellat@intel.com> | 2023-09-19 06:13:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 09:13:02 -0400 |
commit | a292e7edf8b2fc51d3e86a96ff5dff45d16bd264 (patch) | |
tree | b11c749fd3c43750391adbf36e962b92b12c79ae /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | 6d1c6ecbdc4e94cafd51ade0331d7112161a4cf3 (diff) | |
download | llvm-a292e7edf8b2fc51d3e86a96ff5dff45d16bd264.zip llvm-a292e7edf8b2fc51d3e86a96ff5dff45d16bd264.tar.gz llvm-a292e7edf8b2fc51d3e86a96ff5dff45d16bd264.tar.bz2 |
Fix math-errno issue (#66381)
Update handling of math errno. This change updates the logic for
generation of math intrinics in place of math library function calls.
The previous logic https://reviews.llvm.org/D151834 was incorrectly
using intrinsics when math errno handling was needed at optimization
levels above -O0.
This also fixes issue mentioned in https://reviews.llvm.org/D151834 by
@uabelho
This is joint work with @andykaylor Andy.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions