"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "de223c3a7b98bc53b92d58b1c7aca7cf63b7547e"
Fix SROA with a PHI mergig values from a same block
This fixes the bug 47945. It is legal to have a PHI with values from from the same block, but values must stay the same. In this case it is illegal to merge different values. Differential Revision: https://reviews.llvm.org/D89978
Loading
Please register or sign in to comment