diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-12-19 14:09:38 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-12-19 14:09:38 +0000 |
commit | 2ae3a9165664a079e7386166f1d541fa4032bb85 (patch) | |
tree | 1b3fb36f8d6bbf6dbe63c32f201f8a3b81874591 /lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/main.cpp | |
parent | 47ff0431e9337af82b1cf282af1e7f78720b097a (diff) | |
download | bcm5719-llvm-2ae3a9165664a079e7386166f1d541fa4032bb85.tar.gz bcm5719-llvm-2ae3a9165664a079e7386166f1d541fa4032bb85.zip |
[SelectionDAG] Optional handling of UNDEF elements in matchBinaryPredicate (part 2 of 2)
Now that SimplifyDemandedBits/SimplifyDemandedVectorElts is simplifying vector elements, we're seeing more constant BUILD_VECTOR containing undefs.
This patch provides opt-in support for UNDEF elements in matchBinaryPredicate, passing NULL instead of the result ConstantSDNode* argument.
I've updated the (or (and X, c1), c2) -> (and (or X, c2), c1|c2) fold to demonstrate its use, which I believe is safe for undef cases.
Differential Revision: https://reviews.llvm.org/D55822
llvm-svn: 349629
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/main.cpp')
0 files changed, 0 insertions, 0 deletions