This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff64ebce035 gn build: Merge r353957. new 2d7289e2fa5 Revert r353962 new 5077597e0d5 [WebAssembly] Bulk memory intrinsics and builtins
The 2 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 | 93 +++++++--------------- include/llvm/IR/IntrinsicsWebAssembly.td | 14 ++++ .../WebAssembly/WebAssemblyInstrBulkMemory.td | 43 ++++++++-- .../WebAssembly/WebAssemblySelectionDAGInfo.cpp | 10 ++- test/CodeGen/WebAssembly/bulk-memory-intrinsics.ll | 28 +++++++ test/CodeGen/WebAssembly/bulk-memory.ll | 40 +++++----- unittests/ADT/OptionalTest.cpp | 20 ----- 7 files changed, 130 insertions(+), 118 deletions(-) create mode 100644 test/CodeGen/WebAssembly/bulk-memory-intrinsics.ll