This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 92d120add28 AMDHSA: More code object v3 fixes: new a34df4d832f [AMDGPU] NFC Test commit new 204bd90e5d3 [WebAssembly] Split BBs after throw instructions new 83343ed6a1b Re-apply r346985: [ADT] Drop llvm::Optional clang-specific [...]
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/ADT/Optional.h | 18 ------- lib/CodeGen/WasmEHPrepare.cpp | 62 ++++++++++++++++++++-- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 +- .../WebAssembly/WebAssemblyLateEHPrepare.cpp | 58 +++++++++++++++----- test/CodeGen/WebAssembly/exception.ll | 9 ++-- test/CodeGen/WebAssembly/wasmehprepare.ll | 30 ++++++++++- test/MC/WebAssembly/event-section.ll | 7 ++- unittests/ADT/OptionalTest.cpp | 8 --- 8 files changed, 141 insertions(+), 53 deletions(-)