diff options
author | Geoff Berry <gberry@codeaurora.org> | 2017-02-09 18:28:17 +0000 |
---|---|---|
committer | Geoff Berry <gberry@codeaurora.org> | 2017-02-09 18:28:17 +0000 |
commit | 7e320c24855639e30a27c95e46ce288e3e5fff2a (patch) | |
tree | f1ee0fec5f2de2e0581453fdb98d5770952835ef /clang/lib/CodeGen/CGBuiltin.cpp | |
parent | 147f62fc0b1796ad27a6fb9f8cbbd60aac0b757d (diff) | |
download | bcm5719-llvm-7e320c24855639e30a27c95e46ce288e3e5fff2a.tar.gz bcm5719-llvm-7e320c24855639e30a27c95e46ce288e3e5fff2a.zip |
[SelectionDAG] Fix bugs in inverted condition splitting code.
Summary:
Fix two bugs in SelectionDAGBuilder::FindMergedConditions reported by
Mikael Holmen. Handle non-canonicalized xor not operation
correctly (was assuming operand 0 was always the non-constant operand)
and check that the negated condition is also in the same block as the
original and/or instruction (as is done for and/or operands already)
before proceeding with optimization.
Reviewers: bogner, MatzeB, qcolombet
Subscribers: mcrosier, uabelho, llvm-commits
Differential Revision: https://reviews.llvm.org/D29680
llvm-svn: 294605
Diffstat (limited to 'clang/lib/CodeGen/CGBuiltin.cpp')
0 files changed, 0 insertions, 0 deletions