Re: [PATCH] llvmjit: always add the simplifycfg pass

From: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
To: Pierre Ducroquet <p(dot)psql(at)pinaraf(dot)info>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] llvmjit: always add the simplifycfg pass
Date: 2026-01-28 12:37:14
Message-ID: 9721818b-5ae6-4f7c-9fa0-bec332debad2@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 28/01/26 04:56, Pierre Ducroquet wrote:
> Hi
>
> Here is a rebased version of the patch with a rewrite of the comment.
> Thank you again for your previous review.
> FYI, I've tried adding other passes but none had a similar benefits over cost ratio. The benefits could rather be in changing from O3 to an extensive list of passes.
>

Thanks, the patch looks good.

--
Matheus Alcantara
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ahmed Et-tanany 2026-01-28 12:42:58 Re: [PATCH] Add max_logical_replication_slots GUC
Previous Message Amit Kapila 2026-01-28 12:35:10 Re: pgsql: Prevent invalidation of newly synced replication slots.