diff options
author | Andrew Scheidecker <andrew@scheidecker.net> | 2019-02-19 21:21:54 +0000 |
---|---|---|
committer | Andrew Scheidecker <andrew@scheidecker.net> | 2019-02-19 21:21:54 +0000 |
commit | 8ca3f3863ed065b4c7167fe750d414ecf63114f7 (patch) | |
tree | f4ea866ba865fb581c825baf29a1c07078bda34f /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | bddf892a6d3afadaeeb3c9431c5e89a207739bdc (diff) | |
download | bcm5719-llvm-8ca3f3863ed065b4c7167fe750d414ecf63114f7.tar.gz bcm5719-llvm-8ca3f3863ed065b4c7167fe750d414ecf63114f7.zip |
[ConstantFold] Fix misfolding fcmp of a ConstantExpr NaN with itself.
The code incorrectly inferred that the relationship of a constant expression
to itself is FCMP_OEQ (ordered and equal), when it's actually FCMP_UEQ
(unordered *or* equal). This change corrects that, and adds some more limited
folds that can be done in this case.
Differential revision: https://reviews.llvm.org/D51216
llvm-svn: 354381
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions