This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e96e38d965 [AMDGPU] Avoid using divergent value in mubuf addr64 descriptor new fe4807d1761 [X86] Add NEG and NOT test cases to atomic_mi.ll in prepara [...] new 0c927928e41 [X86] Allow 'atomic_store (neg/not atomic_load)' to isel to [...] new 79905333cdf [AMDGPU] Reworked SIFixWWMLiveness new 25b58860e76 [AMDGPU] Minor change to d16 buffer load implementation
The 4 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/SIFixWWMLiveness.cpp | 385 ++++++++++++++++++++++++------- lib/Target/AMDGPU/SIISelLowering.cpp | 24 +- lib/Target/AMDGPU/SIISelLowering.h | 2 +- lib/Target/X86/X86InstrCompiler.td | 21 +- lib/Target/X86/X86MCInstLower.cpp | 8 + test/CodeGen/AMDGPU/fix-wwm-liveness.mir | 116 +++++++++- test/CodeGen/AMDGPU/wqm.ll | 39 +++- test/CodeGen/X86/atomic_mi.ll | 274 +++++++++++++++++++++- 8 files changed, 740 insertions(+), 129 deletions(-)