• Milad Farazmand's avatar
    s390: [wasm-simd] Enable LoadTransform tests on the simulator · c898fb31
    Milad Farazmand authored
    LoadTransform is not implemented on BE machines and instead,
    it is divided into 2 separate "Load" and "operation" nodes.
    We need to assure same behaviour applies on S390 simulator, however,
    S390 Sim does not execute BE code, it assume generated code is in
    LE format hence "V8_TARGET_BIG_ENDIAN" is set to false when running
    on Sim.
    
    This CL includes V8_TARGET_ARCH_S390_LE_SIM to assure same
    behaviour occurs when running on the Sim until V8_TARGET_BIG_ENDIAN
    can also include the simulator.
    
    
    Change-Id: If1decf9eccb43ac721b57d58362b8934d49cbff2
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2124847
    Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
    Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66895}
    c898fb31
wasm-compiler.h 25.7 KB