summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2023-05-16 21:47:39 +0100
committerMatt Arsenault <arsenm2@gmail.com>2023-05-22 10:49:10 +0100
commitc21f1feed390a818458ebd069424ca80b0e4dfd5 (patch)
treef864ced953899ca0e0c8f9d7f6cb3dda574f8594 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent8eaf7a75febf119f946d26104147287ad32782e3 (diff)
ValueTracking: Drop rounding mode check for constrained_sqrt in CannotBeNegativeZero
The only value that can produce -0 is exactly -0, no rounding is involved. If the denormal mode has flushed denormal inputs, a negative value could produce -0. The constrained intrinsics do not track the denormal mode, and this is just generally broken in the current set of FP predicates. The move to computeKnownFPClass will address some of these issues.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions