"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "e5e2bd67773d713ff0430031255dfe9d8cd1d383"
[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
Loading
Please register or sign in to comment