From 2e2fe5c6c01a52cf3e903de18beeeac880701c52 Mon Sep 17 00:00:00 2001 From: Milad Fa Date: Tue, 26 Jan 2021 15:53:06 -0500 Subject: [PATCH] PPC: [wasm-simd] Move i64x2.eq out of post mvp Port 906b964462e22c129ce687eea5d2ff641a1e1037 Original Commit Message: This is merged into the proposal: https://github.com/WebAssembly/simd/issues/419#issuecomment-765675472. R=zhin@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com BUG= LOG=N Change-Id: I801c4337e2ea4671ef82cb1244b8da251d56fc2f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2650242 Reviewed-by: Zhi An Ng Commit-Queue: Milad Fa Cr-Commit-Position: refs/heads/master@{#72341} --- src/compiler/backend/ppc/instruction-selector-ppc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/backend/ppc/instruction-selector-ppc.cc b/src/compiler/backend/ppc/instruction-selector-ppc.cc index 3fdf2172cc6a..069e9b24d8c6 100644 --- a/src/compiler/backend/ppc/instruction-selector-ppc.cc +++ b/src/compiler/backend/ppc/instruction-selector-ppc.cc @@ -2176,6 +2176,7 @@ void InstructionSelector::VisitInt64AbsWithOverflow(Node* node) { V(I64x2Add) \ V(I64x2Sub) \ V(I64x2Mul) \ + V(I64x2Eq) \ V(I32x4Add) \ V(I32x4AddHoriz) \ V(I32x4Sub) \