This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ca7ed383cb0 [mips] Fix the definitions of lwp, swp new 277225f5279 [AMDGPU] Add perf hints to functions
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 | 3 + lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 12 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 4 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 3 + lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 14 +- lib/Target/AMDGPU/AMDGPUMachineFunction.h | 14 + lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp | 404 +++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h | 55 +++ lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/GCNSchedStrategy.cpp | 12 +- .../AMDGPU/hsa-metadata-kernel-code-props.ll | 10 +- test/CodeGen/AMDGPU/perfhint.ll | 85 +++++ 12 files changed, 605 insertions(+), 12 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp create mode 100644 lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h create mode 100644 test/CodeGen/AMDGPU/perfhint.ll