"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d77bde5f944669ad9f1ae031ba9c609713977a1c"
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
stack slots and giving them different PseudoSourceValue's did not fix the problem of post-alloc scheduling miscompiling llvm itself. - Apply Dan's conservative workaround by assuming any non fixed stack slots can alias other memory locations. This means a load from spill slot #1 cannot move above a store of spill slot #2. - Enable post-alloc scheduling for x86 at optimization leverl Default and above. llvm-svn: 84424
Loading
Please register or sign in to comment