diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2019-05-06 20:34:05 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2019-05-06 20:34:05 +0000 |
| commit | a6019d51649973c88dc5953d98a46a964768deb2 (patch) | |
| tree | 65f0732d13f403fa07850245519b622dbd7fc0c7 /lldb/source/Interpreter/CommandInterpreter.cpp | |
| parent | 2d2277f5e7ce8b2836e4a5a393a2c4da26c2e439 (diff) | |
| download | bcm5719-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

