"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "77baa56a70dc1b8e6f8902c3d1613fef7a847239"
Remove the 'Parent' pointer from the MDNodeOperand class.
An MDNode has a list of MDNodeOperands allocated directly after it as part of its allocation. Therefore, the Parent of the MDNodeOperands can be found by walking back through the operands to the beginning of that list. Mark the first operand's value pointer as being the 'first' operand so that we know where the beginning of said list is. This saves a *lot* of space during LTO with -O0 -g flags. llvm-svn: 154280
Loading
Please register or sign in to comment