Commit 43ad81f3 authored by Milad Farazmand's avatar Milad Farazmand Committed by Commit Bot

[wasm-simd] Using the correct type from ValueType enum

Change-Id: I145dd2ea5fd2308301ba7e6710f84f276dc70367
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1903809Reviewed-by: 's avatarZhi An Ng <zhin@chromium.org>
Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#64844}
parent 1bafcc6b
......@@ -3737,7 +3737,7 @@ Node* WasmGraphBuilder::LoadTransform(MachineType memtype,
}
#if defined(V8_TARGET_BIG_ENDIAN)
load = BuildChangeEndiannessLoad(load, memtype, wasm::ValueType::kSimd128);
load = BuildChangeEndiannessLoad(load, memtype, wasm::ValueType::kWasmS128);
#endif
if (FLAG_trace_wasm_memory) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment