This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88d9e5d6147 Remove unused accessor (NFC) new 3499304a9a9 [AMDGPU] Turn s_and_saveexec_b64 into s_and_b64 if result i [...] new d6fd4b09af6 Reland "[llvm][llvm-objcopy] Added support for outputting t [...] new 9b08f328ab9 Update MIR testcase to reflect change in r309751.
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: lib/Target/AMDGPU/SIOptimizeExecMasking.cpp | 42 ++++- lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp | 24 +++ test/CodeGen/AMDGPU/collapse-endcf.ll | 2 +- test/CodeGen/AMDGPU/reduce-saveexec.mir | 147 ++++++++++++++++ test/DebugInfo/MIR/AArch64/clobber-sp.mir | 7 +- test/tools/llvm-objcopy/basic-align-copy.test | 37 ++++ test/tools/llvm-objcopy/basic-binary-copy.test | 25 +++ tools/llvm-objcopy/LLVMBuild.txt | 2 +- tools/llvm-objcopy/Object.cpp | 204 +++++++++++++++-------- tools/llvm-objcopy/Object.h | 55 +++++- tools/llvm-objcopy/llvm-objcopy.cpp | 18 +- 11 files changed, 470 insertions(+), 93 deletions(-) create mode 100644 test/CodeGen/AMDGPU/reduce-saveexec.mir create mode 100644 test/tools/llvm-objcopy/basic-align-copy.test create mode 100644 test/tools/llvm-objcopy/basic-binary-copy.test