"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6d6023b5f7cd4f2cfb69e6bae898b6c13ffcc685"
- Remove calls to copyKillDeadInfo which is an N^2 function. Instead,...
- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propagate kill / dead markers as new instructions are constructed in foldMemoryOperand, convertToThressAddress, etc. - Also remove LiveVariables::instructionChanged, etc. Replace all calls with cheaper calls which update VarInfo kill list. llvm-svn: 53097
Loading
Please register or sign in to comment