This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 56748f70fc0 Revert "[WebAssembly] More uses of uint8_t" and "[WebAssemb [...] new ad02fe3ca59 Test commit: Remove an extraneous space. NFC new b4acd1e0d7f [MergeIcmps] Add the test case from PR36557. new af45cfce8be [MergeICmps] Revert 324317 "Enable the MergeICmps Pass by d [...] new de074060947 [Docs] Add LLVM for Grad Students to Contributing page. new 22b62dafe43 [WebAssembly] Check function type indexes
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: docs/Contributing.rst | 15 ++- lib/CodeGen/TargetPassConfig.cpp | 9 +- lib/Object/WasmObjectFile.cpp | 7 +- lib/Target/X86/X86AsmPrinter.cpp | 2 +- test/CodeGen/Generic/llc-start-stop.ll | 6 +- test/CodeGen/PowerPC/memcmp-mergeexpand.ll | 22 ++-- test/CodeGen/X86/memcmp-mergeexpand.ll | 29 ++++-- test/ObjectYAML/wasm/export_section.yaml | 5 + test/ObjectYAML/wasm/function_section.yaml | 9 ++ test/Transforms/MergeICmps/X86/pr36557.ll | 160 +++++++++++++++++++++++++++++ 10 files changed, 237 insertions(+), 27 deletions(-) create mode 100644 test/Transforms/MergeICmps/X86/pr36557.ll