Commit 979bd521 authored by Liu Yu's avatar Liu Yu Committed by V8 LUCI CQ

[loong64][mips64][wasm-gc][refactor] Rename optRef -> refNull

Port commit a0a78665

Bug: v8:7748
Change-Id: I23e559917a76a01a7afb78403648372149a13c54
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3743122Reviewed-by: 's avatarZhao Jiazhong <zhaojiazhong-hf@loongson.cn>
Commit-Queue: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn>
Auto-Submit: Liu Yu <liuyu@loongson.cn>
Cr-Commit-Position: refs/heads/main@{#81510}
parent 7f20cf56
......@@ -852,7 +852,7 @@ void LiftoffAssembler::MoveStackValue(uint32_t dst_offset, uint32_t src_offset,
St_w(scratch, liftoff::GetStackSlot(dst_offset));
break;
case kI64:
case kOptRef:
case kRefNull:
case kRef:
case kRtt:
case kF64:
......
......@@ -955,7 +955,7 @@ void LiftoffAssembler::MoveStackValue(uint32_t dst_offset, uint32_t src_offset,
Sw(scratch, liftoff::GetStackSlot(dst_offset));
break;
case kI64:
case kOptRef:
case kRefNull:
case kRef:
case kRtt:
case kF64:
......
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