"llvm/lib/CodeGen/GCStrategy.cpp" did not exist on "fb19f9402b4fe837663c793c42d85ae3c0dbb8ba"
-
Evan Cheng authored
- 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
7d98a48f
Loading