This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e46354d6fad DAG: Allow creating extract_vector_elt post-legalize new 0bb6355f635 AMDGPU: Start selecting v_mad_mix_f32 new 013a4d7319b [XRay][tools] Function call stack based analysis tooling fo [...]
The 2 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.td | 3 + lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 101 +++- lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 + lib/Target/AMDGPU/SIInstrInfo.td | 2 + test/CodeGen/AMDGPU/mad-mix.ll | 409 +++++++++++++++ test/tools/llvm-xray/X86/stack-empty-case.yaml | 13 + test/tools/llvm-xray/X86/stack-keep-going.yaml | 28 ++ test/tools/llvm-xray/X86/stack-multithread.yaml | 83 ++++ test/tools/llvm-xray/X86/stack-simple-case.yaml | 13 + tools/llvm-xray/CMakeLists.txt | 1 + tools/llvm-xray/xray-record-yaml.h | 2 +- tools/llvm-xray/xray-stacks.cc | 634 ++++++++++++++++++++++++ 12 files changed, 1287 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/AMDGPU/mad-mix.ll create mode 100644 test/tools/llvm-xray/X86/stack-empty-case.yaml create mode 100644 test/tools/llvm-xray/X86/stack-keep-going.yaml create mode 100644 test/tools/llvm-xray/X86/stack-multithread.yaml create mode 100644 test/tools/llvm-xray/X86/stack-simple-case.yaml create mode 100644 tools/llvm-xray/xray-stacks.cc