diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2017-09-27 17:42:49 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2017-09-27 17:42:49 +0000 |
commit | 022cc6c41e3711c61a86f12ab7bea010ad72ed88 (patch) | |
tree | 7732e01014eba0af125acf592eea3c32c69ddc84 /lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp | |
parent | a2eacb3bfc920bde7ea3b5b124cd27da2cc8f14e (diff) | |
download | bcm5719-llvm-022cc6c41e3711c61a86f12ab7bea010ad72ed88.tar.gz bcm5719-llvm-022cc6c41e3711c61a86f12ab7bea010ad72ed88.zip |
[SLP] Fix crash on propagate IR flags for undef operands of min/max
reductions.
If both operands of the newly created SelectInst are Undefs the
resulting operation is also Undef, not SelectInst. It may cause crashes
when trying to propagate IR flags because function expects exactly
SelectInst instruction, nothing else.
llvm-svn: 314323
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp')
0 files changed, 0 insertions, 0 deletions