Commit ecae28fe authored by Hao Xu's avatar Hao Xu Committed by V8 LUCI CQ

[compiler] Run BranchConditionDuplicationPhase in Builtin codegen

Bug: v8:12484
Change-Id: I2b104926fa9d240fceb2bcfb1ec6d13cf07235b7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3584457Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
Commit-Queue: Hao A Xu <hao.a.xu@intel.com>
Cr-Commit-Position: refs/heads/main@{#79951}
parent 213194f7
......@@ -2945,6 +2945,10 @@ MaybeHandle<Code> Pipeline::GenerateCodeForCodeStub(
pipeline.RunPrintAndVerify(DecompressionOptimizationPhase::phase_name(),
true);
pipeline.Run<BranchConditionDuplicationPhase>();
pipeline.RunPrintAndVerify(BranchConditionDuplicationPhase::phase_name(),
true);
pipeline.Run<VerifyGraphPhase>(true);
int graph_hash_before_scheduling = 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