From 8443d15455b224a1a0c1ffde4b22dd8c86456727 Mon Sep 17 00:00:00 2001 From: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:32:04 +0000 Subject: [PATCH] chore: update patches --- patches/v8/cherry-pick-2004594a46c8.patch | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/patches/v8/cherry-pick-2004594a46c8.patch b/patches/v8/cherry-pick-2004594a46c8.patch index 2553d1f51b3a9..8ff4b18abec4e 100644 --- a/patches/v8/cherry-pick-2004594a46c8.patch +++ b/patches/v8/cherry-pick-2004594a46c8.patch @@ -1,7 +1,7 @@ -From 2004594a46c8a2766de63d850d15fcf5efe82dc9 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nico Hartmann Date: Thu, 17 Mar 2022 17:03:12 +0100 -Subject: [PATCH] [M96-LTS][turbofan] Fix NumberConstant used with Word32 rep in ISel +Subject: Fix NumberConstant used with Word32 rep in ISel Bug: chromium:1304658 @@ -21,13 +21,12 @@ Commit-Queue: Roger Felipe Zanoni da Silva Cr-Commit-Position: refs/branch-heads/9.6@{#58} Cr-Branched-From: 0b7bda016178bf438f09b3c93da572ae3663a1f7-refs/heads/9.6.180@{#1} Cr-Branched-From: 41a5a247d9430b953e38631e88d17790306f7a4c-refs/heads/main@{#77244} ---- diff --git a/src/compiler/backend/instruction-selector.cc b/src/compiler/backend/instruction-selector.cc -index beb716a..2219310 100644 +index f279ea15900976fd57ef577b67e4cbeca3eb6374..92c11e09b4445e1fe477ca1614166dd6999baf64 100644 --- a/src/compiler/backend/instruction-selector.cc +++ b/src/compiler/backend/instruction-selector.cc -@@ -30,6 +30,14 @@ +@@ -30,6 +30,14 @@ namespace v8 { namespace internal { namespace compiler { @@ -42,7 +41,7 @@ index beb716a..2219310 100644 InstructionSelector::InstructionSelector( Zone* zone, size_t node_count, Linkage* linkage, InstructionSequence* sequence, Schedule* schedule, -@@ -501,11 +509,17 @@ +@@ -502,11 +510,17 @@ InstructionOperand OperandForDeopt(Isolate* isolate, OperandGenerator* g, switch (input->opcode()) { case IrOpcode::kInt32Constant: case IrOpcode::kInt64Constant: