This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59b08cd6cdc AArch64: diagnose unrecognized features in .cpu directive. new 4f10728b0ce Re-submit AMDGPUMachineCFGStructurizer.
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: lib/Target/AMDGPU/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp | 2884 ++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 18 +- lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/SIInstrInfo.cpp | 310 ++- lib/Target/AMDGPU/SIInstrInfo.h | 33 +- lib/Target/AMDGPU/SIInstructions.td | 7 + 7 files changed, 3245 insertions(+), 12 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp