This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f49d01a74b4 [InstCombine] add vector test for fcmp+fpext; NFC new 09d77c0de9e [InstCombine] allow vector types for fcmp+fpext fold new 992cf17563f [WebAssembly] Add shared memory support to limits field
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/BinaryFormat/Wasm.h | 1 + lib/Object/WasmObjectFile.cpp | 2 +- lib/ObjectYAML/WasmYAML.cpp | 1 + lib/Transforms/InstCombine/InstCombineCompares.cpp | 18 +++++------ test/ObjectYAML/wasm/import_memory_shared.yaml | 36 ++++++++++++++++++++++ test/Transforms/InstCombine/fcmp.ll | 3 +- 6 files changed, 49 insertions(+), 12 deletions(-) create mode 100644 test/ObjectYAML/wasm/import_memory_shared.yaml