"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "eb0434e9aebf1b98b74f96b4d0a0e33d252a8e3d"
Refactor LiveInterval: introduce new LiveRange class
LiveRange just manages a list of segments and a list of value numbers now as LiveInterval did previously, but without having details like spill weight or a fixed register number. LiveInterval is now a subclass of LiveRange and simply adds the spill weight and the register number. llvm-svn: 192393
Loading
Please register or sign in to comment