"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e1d15c80a381a33df843beb1d46a4e1decce554f"
Another folding problem: if a node r/w chain or flag, don't fold it if it
has already been selected. The number of use check is not strong enough since a node can be replaced with newly created target node. e.g. If the original node has two uses, when it is selected for one of the uses it is replaced with another. Each node now has a single use but isel still should not fold it. llvm-svn: 25651
Loading
Please register or sign in to comment