diff mbox series

[whinlatter,v2,05/29] spirv-llvm-translator: Upgrade to 21.1.2

Message ID 20251219032209.960840-6-ankur.tyagi85@gmail.com
State Rejected
Delegated to: Steve Sakoman
Headers show
Series Updates for Whinlatter | expand

Commit Message

Ankur Tyagi Dec. 19, 2025, 3:21 a.m. UTC
From: Khem Raj <raj.khem@gmail.com>

[Backport to 21] Implement SPV_INTEL_predicated_io extension (#3370) (#3386)
[Backport to 21] Fix incorrect translation for AtomicCmpExchangeWeak builtin ptr arg type. (#3390) (#3392)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
(cherry picked from commit a824c087bd3f3af36374efd45ce6fb8838f813b7)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 ...lvm-translator_21.1.1.bb => spirv-llvm-translator_21.1.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/spir/{spirv-llvm-translator_21.1.1.bb => spirv-llvm-translator_21.1.2.bb} (94%)

Comments

Steve Sakoman Dec. 29, 2025, 5:32 p.m. UTC | #1
On Thu, Dec 18, 2025 at 7:22 PM Ankur Tyagi via lists.openembedded.org
<ankur.tyagi85=gmail.com@lists.openembedded.org> wrote:
>
> From: Khem Raj <raj.khem@gmail.com>
>
> [Backport to 21] Implement SPV_INTEL_predicated_io extension (#3370) (#3386)

This is a feature addition, thus not eligible for backport

Steve

> [Backport to 21] Fix incorrect translation for AtomicCmpExchangeWeak builtin ptr arg type. (#3390) (#3392)
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> (cherry picked from commit a824c087bd3f3af36374efd45ce6fb8838f813b7)
> Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> ---
>  ...lvm-translator_21.1.1.bb => spirv-llvm-translator_21.1.2.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-graphics/spir/{spirv-llvm-translator_21.1.1.bb => spirv-llvm-translator_21.1.2.bb} (94%)
>
> diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
> similarity index 94%
> rename from meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
> rename to meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
> index 503e7df644..763afbd608 100644
> --- a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
> +++ b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>
>  # pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201
>  SPIRV_BRANCH = "llvm_release_${@oe.utils.trim_version('${PV}', 1).replace('.', '')}0"
> -SRCREV = "29758b55816c14abb3e4142d42aca7a95bf46710"
> +SRCREV = "a37544fc0bb90b4e8b8d755580119c018891dfa4"
>  SRC_URI = " \
>      git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \
>  "
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#228173): https://lists.openembedded.org/g/openembedded-core/message/228173
> Mute This Topic: https://lists.openembedded.org/mt/116854360/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Dec. 29, 2025, 5:49 p.m. UTC | #2
On Mon, Dec 29, 2025 at 9:32 AM Steve Sakoman <steve@sakoman.com> wrote:

> On Thu, Dec 18, 2025 at 7:22 PM Ankur Tyagi via lists.openembedded.org
> <ankur.tyagi85=gmail.com@lists.openembedded.org> wrote:
> >
> > From: Khem Raj <raj.khem@gmail.com>
> >
> > [Backport to 21] Implement SPV_INTEL_predicated_io extension (#3370)
> (#3386)
>
> This is a feature addition, thus not eligible for backport
>

That is perhaps fine since we do not bump either libclc or mesa major
versions on releases we technically
will not need this on the release branch.


>
> Steve
>
> > [Backport to 21] Fix incorrect translation for AtomicCmpExchangeWeak
> builtin ptr arg type. (#3390) (#3392)
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> > (cherry picked from commit a824c087bd3f3af36374efd45ce6fb8838f813b7)
> > Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> > ---
> >  ...lvm-translator_21.1.1.bb => spirv-llvm-translator_21.1.2.bb} | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-graphics/spir/{spirv-llvm-translator_21.1.1.bb =>
> spirv-llvm-translator_21.1.2.bb} (94%)
> >
> > diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
> b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
> > similarity index 94%
> > rename from meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
> > rename to meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
> > index 503e7df644..763afbd608 100644
> > --- a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
> > +++ b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
> > @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM =
> "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
> >
> >  # pattern: llvm_branch_200, currently there are no minor releases, so,
> no llvm_branch_201
> >  SPIRV_BRANCH = "llvm_release_${@oe.utils.trim_version('${PV}',
> 1).replace('.', '')}0"
> > -SRCREV = "29758b55816c14abb3e4142d42aca7a95bf46710"
> > +SRCREV = "a37544fc0bb90b4e8b8d755580119c018891dfa4"
> >  SRC_URI = " \
> >      git://
> github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH}
> <http://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v$%7BPV%7D;branch=$%7BSPIRV_BRANCH%7D>
> \
> >  "
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#228173):
> https://lists.openembedded.org/g/openembedded-core/message/228173
> > Mute This Topic: https://lists.openembedded.org/mt/116854360/3620601
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> steve@sakoman.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
similarity index 94%
rename from meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
rename to meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
index 503e7df644..763afbd608 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
 
 # pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201
 SPIRV_BRANCH = "llvm_release_${@oe.utils.trim_version('${PV}', 1).replace('.', '')}0"
-SRCREV = "29758b55816c14abb3e4142d42aca7a95bf46710"
+SRCREV = "a37544fc0bb90b4e8b8d755580119c018891dfa4"
 SRC_URI = " \
     git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \
 "