This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e94c493e8c2 Changing CodeView debug info type record representation in [...] new 389d538cccd AMDGPU: Look through bundles for existing waitcnts new e7cfaf6ba16 CodeGen: Set hasSideEffects = 0 on BUNDLE new 1e557ba1ace [WebAssembly] Prevent inline assembly from being mangled by SjLj
The 3 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/Target/Target.td | 2 +- lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 3 +- .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 7 + test/CodeGen/AMDGPU/byval-frame-setup.ll | 39 ++--- test/CodeGen/AMDGPU/call-argument-types.ll | 17 ++- test/CodeGen/AMDGPU/call-preserved-registers.ll | 23 +-- test/CodeGen/AMDGPU/call-waitcnt.ll | 8 +- test/CodeGen/AMDGPU/sibling-call.ll | 9 +- test/CodeGen/AMDGPU/waitcnt.mir | 166 +++++++++++++++++++++ test/CodeGen/ARM/Windows/tls.ll | 21 +-- test/CodeGen/WebAssembly/lower-em-sjlj.ll | 21 +++ 11 files changed, 256 insertions(+), 60 deletions(-)