summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
diff options
context:
space:
mode:
authorMichael Berg <michael_c_berg@apple.com>2019-07-10 18:23:26 +0000
committerMichael Berg <michael_c_berg@apple.com>2019-07-10 18:23:26 +0000
commitf4572249d78d13b16cb287500a3bcd226ececb31 (patch)
tree7d0ac9329606f586b942e959544f058c6db52fe1 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
parent6d1a64e489ecd71d042609d4f79901dba3cb060b (diff)
downloadbcm5719-llvm-f4572249d78d13b16cb287500a3bcd226ececb31.tar.gz
bcm5719-llvm-f4572249d78d13b16cb287500a3bcd226ececb31.zip
Move three folds for FADD, FSUB and FMUL in the DAG combiner away from Unsafe to more aligned checks that reflect context
Summary: Unsafe does not map well alone for each of these three cases as it is missing NoNan context when accessed directly with clang. I have migrated the fold guards to reflect the expectations of handing nan and zero contexts directly (NoNan, NSZ) and some tests with it. Unsafe does include NSZ, however there is already precedent for using the target option directly to reflect that context. Reviewers: spatel, wristow, hfinkel, craig.topper, arsenm Reviewed By: arsenm Subscribers: michele.scandale, wdng, javed.absar Differential Revision: https://reviews.llvm.org/D64450 llvm-svn: 365679
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud