summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2019-05-06 20:34:05 +0000
committerSanjay Patel <spatel@rotateright.com>2019-05-06 20:34:05 +0000
commita6019d51649973c88dc5953d98a46a964768deb2 (patch)
tree65f0732d13f403fa07850245519b622dbd7fc0c7 /lldb/source/Interpreter/CommandInterpreter.cpp
parent2d2277f5e7ce8b2836e4a5a393a2c4da26c2e439 (diff)
downloadbcm5719-llvm-a6019d51649973c88dc5953d98a46a964768deb2.tar.gz
bcm5719-llvm-a6019d51649973c88dc5953d98a46a964768deb2.zip
[InstCombine] sink FP negation of operands through select
We don't always get this: Cond ? -X : -Y --> -(Cond ? X : Y) ...even with the legacy IR form of fneg in the case with extra uses, and we miss matching with the newer 'fneg' instruction because we are expecting binops through the rest of the path. Differential Revision: https://reviews.llvm.org/D61604 llvm-svn: 360075
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud