This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33352c6f25d NFC: update the test comments in LV test about early exit loops new a064df25390 [WebAssembly] Restore __stack_pointer after catch instructions new ebae6b8c6b0 Print "invalid mangled name" when we can't demangle something. new da9501c5e54 [MS Demangler] Fix a few more edge cases. new 96d2fdd06ae [AMDGPU] Consider loads from flat addrspace to be potential [...] new 461110262a6 [LICM] Fix a test so it actualy checks what was meant [NFC]
The 5 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/Demangle/MicrosoftDemangle.cpp | 87 +++++++++++++++++----- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 10 ++- lib/Target/WebAssembly/CMakeLists.txt | 1 + lib/Target/WebAssembly/WebAssembly.h | 2 + .../WebAssemblyEHRestoreStackPointer.cpp | 78 +++++++++++++++++++ .../WebAssembly/WebAssemblyFrameLowering.cpp | 20 +++-- lib/Target/WebAssembly/WebAssemblyFrameLowering.h | 10 ++- .../WebAssembly/WebAssemblyTargetMachine.cpp | 4 + test/Analysis/DivergenceAnalysis/AMDGPU/loads.ll | 15 ++++ test/CodeGen/WebAssembly/exception.ll | 5 ++ test/Demangle/ms-mangle.test | 3 + test/Demangle/ms-operators.test | 3 + test/Demangle/ms-templates-memptrs.test | 2 + test/Transforms/LICM/call-hoisting.ll | 37 +++++++-- tools/llvm-objdump/COFFDump.cpp | 2 + 15 files changed, 243 insertions(+), 36 deletions(-) create mode 100644 lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp create mode 100644 test/Analysis/DivergenceAnalysis/AMDGPU/loads.ll