• bbudge's avatar
    [WASM] Eliminate SIMD boolean vector types. · 381f7da0
    bbudge authored
    - Eliminates b1x4, b1x8, and b1x16 as distinct WASM types.
    - All vector comparisons return v128 type.
    - Eliminates b1xN and, or, xor, not.
    - Selects take a v128 mask vector and are now bit-wise.
    - Adds a new test for Select, where mask is non-canonical (not 0's and -1's).
    
    LOG=N
    BUG=v8:6020
    
    Review-Url: https://codereview.chromium.org/2919203002
    Cr-Commit-Position: refs/heads/master@{#45795}
    381f7da0
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-asmjs.cc Loading commit data...
test-run-wasm-interpreter.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm-relocation.cc Loading commit data...
test-run-wasm-simd.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-wasm-breakpoints.cc Loading commit data...
test-wasm-interpreter-entry.cc Loading commit data...
test-wasm-stack.cc Loading commit data...
test-wasm-trap-position.cc Loading commit data...
wasm-run-utils.h Loading commit data...