From 434a327234f74eed3ef4072314d2e2bdb73e4dda Mon Sep 17 00:00:00 2001 From: VladimĂ­r Marko Date: Wed, 21 Aug 2024 15:27:54 +0000 Subject: Revert "Calculate the number of out vregs." This reverts commit 3e75615ad25b6af1842b194e78b429b0f585b46a. Reason for revert: Regressed some micro-benchmarks, see bug 359722268. Bug: 358519867 Bug: 359722268 Change-Id: I207cc78c88193564e90c98eda2c96a5ba354a588 --- compiler/optimizing/nodes.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/nodes.cc') diff --git a/compiler/optimizing/nodes.cc b/compiler/optimizing/nodes.cc index 4b401c8f75..7a6c9aaa19 100644 --- a/compiler/optimizing/nodes.cc +++ b/compiler/optimizing/nodes.cc @@ -2673,6 +2673,7 @@ HInstruction* HGraph::InlineInto(HGraph* outer_graph, HInvoke* invoke) { } } } + outer_graph->UpdateMaximumNumberOfOutVRegs(GetMaximumNumberOfOutVRegs()); if (HasBoundsChecks()) { outer_graph->SetHasBoundsChecks(true); -- cgit v1.2.3-59-g8ed1b