Commit b1b9d11f authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

S390 [simd]: mark load/store lane as unreachable

Change-Id: Ifdfdddb0b36cfefc25ba11d8884b30fcda04a494
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3032264Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#75760}
parent 42ff4531
......@@ -2790,7 +2790,7 @@ void InstructionSelector::EmitPrepareResults(
void InstructionSelector::VisitLoadLane(Node* node) {
// We should never reach here, see http://crrev.com/c/2577820
UNIMPLEMENTED();
UNREACHABLE();
}
void InstructionSelector::VisitLoadTransform(Node* node) {
......@@ -2800,7 +2800,7 @@ void InstructionSelector::VisitLoadTransform(Node* node) {
void InstructionSelector::VisitStoreLane(Node* node) {
// We should never reach here, see http://crrev.com/c/2577820
UNIMPLEMENTED();
UNREACHABLE();
}
void InstructionSelector::VisitTruncateFloat32ToInt32(Node* node) {
......
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