• Ng Zhi An's avatar
    [wasm-simd] Fix i64x2 splat isel on ia32 · 0e06c3bb
    Ng Zhi An authored
    In the non-avx case, we are incorrectly using DefineSameAsFirst, which
    is wrong, since operand0 is a 32-bit register, but the output should be
    a simd register. This error was caught by running the test with flag:
    --no-enable-avx, leading to a register allocator verifier failure.
    
    Drive by cleanup to remove duplicate cases for avx and see in i64x2 replace
    lane.
    
    Bug: v8:9728
    Change-Id: I96490c82e13660fc41e72ac523e5be37b051b624
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1866963
    Commit-Queue: Zhi An Ng <zhin@chromium.org>
    Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64363}
    0e06c3bb
Name
Last commit
Last update
..
code-generator-ia32.cc Loading commit data...
instruction-codes-ia32.h Loading commit data...
instruction-scheduler-ia32.cc Loading commit data...
instruction-selector-ia32.cc Loading commit data...