"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1d8cc65a9b8c1a49bbce8ad7eb705a6fe01286fe"
Revert "Mark gc.relocate and gc.result as readnone"
As readnone function they become movable and LICM can hoist them out of a loop. As a result in LCSSA form phi node of type token is created. No one is ready that GCRelocate first operand is phi node but expects to be token. GVN test were also updated, it seems it does not do what is expected. Test for LICM is also added. This reverts commit f352463a.
Loading
Please register or sign in to comment