"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "43c0eb839cba268e653d885dfc78498e977c4cd3"
Fix a bug in which a node could be added to the
worklist twice: UpdateNodeOperands could morph a new node into a node already on the worklist. We would then recalculate the NodeId for this existing node and add it to the worklist. The testcase is ARM/cse-libcalls.ll, the problem showing up once UpdateNodeOperands is taught to do CSE for calls. llvm-svn: 58246
Loading
Please register or sign in to comment