This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9334f5c86b8 Split TailDuplicatePass into pre- and post-RA variant; NFC new 09008367fca Split MachineLICM into EarlyMachineLICM and MachineLICM; NFC
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/Passes.h | 6 +- include/llvm/CodeGen/TargetPassConfig.h | 10 --- include/llvm/InitializePasses.h | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/MachineLICM.cpp | 128 +++++++++++++++++------------- lib/CodeGen/TargetPassConfig.cpp | 14 +--- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +- lib/Target/NVPTX/NVPTXTargetMachine.cpp | 4 +- 8 files changed, 88 insertions(+), 78 deletions(-)