mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 02:06:07 +00:00

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