[all-commits] [llvm/llvm-project] d32793: Revert "[WebAssembly] Combine i128 to v16i8 for se...

Jasmine Tang via All-commits all-commits at lists.llvm.org
Wed Aug 13 00:42:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d32793ca6e19e7b23fe0fa3fd1d550ecc919b9ed
      https://github.com/llvm/llvm-project/commit/d32793ca6e19e7b23fe0fa3fd1d550ecc919b9ed
  Author: Jasmine Tang <jjasmine at igalia.com>
  Date:   2025-08-13 (Wed, 13 Aug 2025)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
    M llvm/test/CodeGen/WebAssembly/memcmp-expand.ll
    R llvm/test/CodeGen/WebAssembly/simd-setcc.ll

  Log Message:
  -----------
  Revert "[WebAssembly] Combine i128 to v16i8 for setcc & expand memcmp for 16 byte loads with simd128" (#153360)

Reverts llvm/llvm-project#149461

The first test w/ memcmp in `test/neon/test_neon_wasm_simd.cpp` in the
Emscripten test suite has failed. This PR applies a revert so I can take
a closer look at it

Test case link:
https://github.com/emscripten-core/emscripten/blob/main/test/neon/test_neon_wasm_simd.cpp

Compile option: `em++ test_neon_wasm_simd.cpp -O2 -mfpu=neon -msimd128
-o something.js`

Original comment report:
https://github.com/llvm/llvm-project/pull/149461#issuecomment-3181652746



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list