summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorMichael Berg <michael_c_berg@apple.com>2018-09-12 21:09:59 +0000
committerMichael Berg <michael_c_berg@apple.com>2018-09-12 21:09:59 +0000
commit22a53cbc7f734af1995f82612b5fc6db6c0cdbf4 (patch)
tree0e4b3ec1636674a08e621ac104f3159144560375 /lldb/packages/Python/lldbsuite
parenta1f85f8bdd809762f16c1c485b5f7a3d938f2b5f (diff)
downloadbcm5719-llvm-22a53cbc7f734af1995f82612b5fc6db6c0cdbf4.tar.gz
bcm5719-llvm-22a53cbc7f734af1995f82612b5fc6db6c0cdbf4.zip
Guard FMF context by excluding some FP operators from FPMathOperator
Summary: Some FPMathOperators succeed and the retrieve FMF context when they never have it, we should omit these cases to keep from removing FMF context. For instance when we visit some FPMathOperator mapped Instructions which never have FMF flags and a Node was associated which does have FMF flags, that Node today will have all its flags cleared via the intersect operation. With this change, we exclude associating Nodes that never have FPMathOperator status under FMF. Reviewers: spatel, wristow, arsenm, hfinkel, aemerson Reviewed By: spatel Subscribers: llvm-commits, wdng Differential Revision: https://reviews.llvm.org/D51145 llvm-svn: 342081
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud