Commit 6fa327e3 authored by Zhao Jiazhong's avatar Zhao Jiazhong Committed by Commit Bot

[mips64][ptr-compr] Add function 'VisitChangeTaggedToCompressed'.

Change-Id: Ie2c7462e336de22aa1b91019a4e06bd44475b95c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1914003Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Bill Budge <bbudge@chromium.org>
Auto-Submit: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn>
Cr-Commit-Position: refs/heads/master@{#64940}
parent 4b112e02
......@@ -1357,6 +1357,10 @@ void InstructionSelector::VisitChangeUint32ToUint64(Node* node) {
g.TempImmediate(0), g.TempImmediate(32));
}
void InstructionSelector::VisitChangeTaggedToCompressed(Node* node) {
UNIMPLEMENTED();
}
void InstructionSelector::VisitTruncateInt64ToInt32(Node* node) {
Mips64OperandGenerator g(this);
Node* value = node->InputAt(0);
......
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