This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b3efeb1030 [SimplifyLibCalls] Fix memchr expansion for constant strings. new bb50ac5e3fe [llvm-mca] Display masks in hex new 6d3d2f90b1d [WebAssembly] Add unimplemented-simd128 subtarget feature
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: lib/MCA/HardwareUnits/ResourceManager.cpp | 6 +-- lib/MCA/InstrBuilder.cpp | 5 +- lib/Target/WebAssembly/WebAssembly.td | 7 +++ lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 2 - lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 42 ++++++++++------ lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 + lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 4 +- lib/Target/WebAssembly/WebAssemblySubtarget.h | 2 + test/CodeGen/WebAssembly/simd-arith.ll | 56 ++++++++-------------- test/CodeGen/WebAssembly/simd-bitcasts.ll | 6 +-- test/CodeGen/WebAssembly/simd-comparisons.ll | 6 +-- test/CodeGen/WebAssembly/simd-conversions.ll | 6 +-- .../WebAssembly/simd-ext-load-trunc-store.ll | 2 +- test/CodeGen/WebAssembly/simd-intrinsics.ll | 4 +- .../WebAssembly/simd-load-store-alignment.ll | 2 +- test/CodeGen/WebAssembly/simd-offset.ll | 6 +-- test/CodeGen/WebAssembly/simd-select.ll | 2 +- test/CodeGen/WebAssembly/simd-sext-inreg.ll | 6 +-- test/CodeGen/WebAssembly/simd.ll | 4 +- test/MC/WebAssembly/basic-assembly.s | 4 +- test/MC/WebAssembly/simd-encodings.s | 2 +- test/MC/WebAssembly/types.ll | 2 +- 23 files changed, 94 insertions(+), 87 deletions(-)