This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4ca34ad3d23 Resubmit: [Salvage] Change salvage debug info implementatio [...] new a3e4b69abb3 AMDGPU: Assume xnack is enabled by default new 3b131d7e532 [llvm-objdump]Split section-filter.test in two to remove X8 [...]
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 | 21 +++++- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 8 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 1 + test/CodeGen/AMDGPU/break-vmem-soft-clauses.mir | 3 + test/CodeGen/AMDGPU/spill-cfg-position.ll | 2 +- .../Inline/AMDGPU/inline-target-feature-xnack.ll | 67 ++++++++++++++++ .../llvm-objdump/X86/section-filter-disasm.test | 84 +++++++++++++++++++++ test/tools/llvm-objdump/section-filter.test | 88 +--------------------- 8 files changed, 184 insertions(+), 90 deletions(-) create mode 100644 test/Transforms/Inline/AMDGPU/inline-target-feature-xnack.ll create mode 100644 test/tools/llvm-objdump/X86/section-filter-disasm.test