This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2448b38fbf6 [WebAssembly] Remove unused memory instructions and patterns new 9bb7ac2e1c9 [InstCombine] foldAndOfICmps(): Acquire SimplifyQuery with [...] new 6ac855331b5 [InstCombine] foldOrOfICmps(): Acquire SimplifyQuery with set CxtI new f41ccb22776 [WebAssembly] vNxM.load_splat instructions
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: .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 8 + lib/Target/WebAssembly/WebAssemblyISD.def | 1 + lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 11 +- lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 48 ++ lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 12 +- test/CodeGen/WebAssembly/simd-offset.ll | 706 +++++++++++++++++++++ test/MC/WebAssembly/simd-encodings.s | 12 + 7 files changed, 793 insertions(+), 5 deletions(-)