summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2020-01-10 15:31:10 +0100
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2020-01-10 15:34:50 +0100
commitf0fd11df7d5488e2747f26a3bfcf62459fee54ad (patch)
tree3930d42159159d66a3efeab601af1b3928d9e8a8 /lldb/packages/Python/lldbsuite/test/configuration.py
parent3772ea9dd9368cfdc73595854c143bc3f16a5ade (diff)
downloadbcm5719-llvm-f0fd11df7d5488e2747f26a3bfcf62459fee54ad.tar.gz
bcm5719-llvm-f0fd11df7d5488e2747f26a3bfcf62459fee54ad.zip
[FPEnv] Invert sense of MIFlag::FPExcept flag
In D71841 we inverted the sense of the SDNode-level flag to ensure all nodes default to potentially raising FP exceptions unless otherwise specified -- i.e. if we forget to propagate the flag somewhere, the effect is now only lost performance, not incorrect code. However, the related flag at the MI level still defaults to nodes not raising FP exceptions unless otherwise specified. To be fully on the (conservatively) safe side, we should invert that flag as well. This patch does so by replacing MIFlag::FPExcept with MIFlag::NoFPExcept. (Note that this does also introduce an incompatible change in the MIR format.) Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D72466
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud