This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f9fdba09e6b gn build: Merge r371182 new de6e142380f [AMDGPU] Mark s_barrier as having side effects but not acce [...] new 61af04a1322 [DebugInfo] LiveDebugValues: explicitly terminate overwritt [...]
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: include/llvm/IR/IntrinsicsAMDGPU.td | 2 +- lib/CodeGen/LiveDebugValues.cpp | 66 +++++-- lib/Target/AMDGPU/SOPInstructions.td | 2 - test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll | 56 +++--- test/CodeGen/AMDGPU/local-memory.amdgcn.ll | 8 +- test/CodeGen/AMDGPU/schedule-barrier.mir | 46 +++++ test/CodeGen/AMDGPU/v_mac_f16.ll | 17 +- test/CodeGen/AMDGPU/waitcnt-vscnt.ll | 50 +++--- .../MIR/X86/live-debug-values-stack-clobber.mir | 200 +++++++++++++++++++++ 9 files changed, 367 insertions(+), 80 deletions(-) create mode 100644 test/CodeGen/AMDGPU/schedule-barrier.mir create mode 100644 test/DebugInfo/MIR/X86/live-debug-values-stack-clobber.mir