Re: LLVM 22 - Mailing list pgsql-hackers

From Devrim Gündüz
Subject Re: LLVM 22
Date
Msg-id afa3914d40d592fc57f50da0d1e99d91f5c8b7dc.camel@gunduz.org
Whole thread Raw
In response to Re: LLVM 22  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Hi,

On Sun, 2026-01-11 at 20:09 +1300, Thomas Munro wrote:
> A new unrelated assertion started firing in LLVM main/22 a few days
> ago:
>
>     v_nullbytemask = l_int8_const(lc, 1 << ((attnum) & 0x07));
>     Assertion failed: (llvm::isUIntN(BitWidth, val) && "Value is not
> an N-bit unsigned value")
>
> Here is a fix for that.

Fedora pushed 22.1.0 to both Fedora 44 beta and rawhide repos, so I
tested these patches. Builds are fine and all regression tests pass.
Anything else I should check?

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
BlueSky: @devrim.gunduz.org , @gunduz.org

Attachment

pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: Speed up COPY FROM text/CSV parsing using SIMD
Next
From: Andrew Dunstan
Date:
Subject: Re: IS JSON predicate support for domain base type as JSON/JSONB/BYTEA/TEXT