diff mbox series

[AUH] spirv-llvm-translator: upgrading to 22.1.5 SUCCEEDED

Message ID 0101019fbbed5758-9549ba79-7ff5-428b-b02e-b2fa98cbdd77-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] spirv-llvm-translator: upgrading to 22.1.5 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 1, 2026, 6:05 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *spirv-llvm-translator* to *22.1.5* has Succeeded.

Next steps:
    - apply the patch: git am 0001-spirv-llvm-translator-upgrade-22.1.2-22.1.5.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 352d10c83ab909776f7c15dcef6048562cadf91b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 1 Aug 2026 06:02:39 +0000
Subject: [PATCH] spirv-llvm-translator: upgrade 22.1.2 -> 22.1.5

27afcfe3 [Backport to 22] Read old SPV_INTEL_float4 type for StochasticRound*ToE2M1INTEL (#3926)
699789f4 [Backport to 22] Fix OpGroupNonUniformRotateKHR mangling (#3863) (#3905)
f167fe94 [Backport to 22] Add missing coverage for SPV_EXT_long_vector (#3889)
f172a708 [Backport to 22] Add 2 opcodes back from old SPV_INTEL_fp_conversions spec (#3880)
08310a8e [Backport to 22] Represent FP4 E2M1 with SPV_EXT_ocp_microscaling_types (#3867)
64fa6b0a [Backport to 22] Keep VectorAnyINTEL for VectorCompute modules with SPV_EXT_long_vector (#3829)
36e45764 [Backport to 22] Use SPV_EXT_long_vector extension for non-standard vector size (#3777)
e123849a [Backport to 22] Implement SPV_INTEL_subgroup_scaled_matrix_multiply_accumulate (#3831)
c88a2e4a [Backport to 22] Support SPV_INTEL_rounded_div_sqrt extension (#3770)
6c3fc37e [Backport to 22] Preventing generating FPRoundingMode for arithmetic constrained intrinsics (#3771)
9c688012 [Backport to 22] Update SPV_INTEL_fp_conversions to the latest spec revision (#3782)
521e409d [Backport to 22] Support `SaturatedToLargestFloat8NormalConversionEXT` decoration (#3767)
1d5546f5 [Backport to 22] [SPIRV->LLVM] Fix missing spir_func CC on builtin FP4/i4 conversion calls (#3746)
e10ca9b4 [LLVM 22] Add workaround to translate casts from target ext types to int (Originally: #3476) (#3684)
beefc64b [Backport to llvm_release_220] Remove internal values for SPV_INTEL_predicated_io (#3723)
---
 ...lvm-translator_22.1.2.bb => spirv-llvm-translator_22.1.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/spir/{spirv-llvm-translator_22.1.2.bb => spirv-llvm-translator_22.1.5.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.2.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.bb
similarity index 94%
rename from meta/recipes-graphics/spir/spirv-llvm-translator_22.1.2.bb
rename to meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.bb
index 2ee9819060..1f80c6a27f 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.2.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.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_220"
-SRCREV = "f676199fd00f2229fb35006d5124687c0785a01d"
+SRCREV = "27afcfe385cf542197dfde8c658e1f5ff53fc2fc"
 SRC_URI = " \
     git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${SPIRV_BRANCH};tag=v${PV} \
 "