[all-commits] [llvm/llvm-project] 21ab52: [mlir][spirv] Enable validation of decorations tar...
Igor Wodiany via All-commits
all-commits at lists.llvm.org
Tue Oct 28 03:47:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21ab523bf64dabd3ce4246daf992d1033fec81bd
https://github.com/llvm/llvm-project/commit/21ab523bf64dabd3ce4246daf992d1033fec81bd
Author: Igor Wodiany <igor.wodiany at imgtec.com>
Date: 2025-10-28 (Tue, 28 Oct 2025)
Changed paths:
A mlir/test/Target/SPIRV/decorations-intel-cache-controls.mlir
M mlir/test/Target/SPIRV/decorations.mlir
Log Message:
-----------
[mlir][spirv] Enable validation of decorations target tests (#165229)
The Intel Cache Control tests are separated and not validated as
`spirv-val` fails with: "ID '7' decorated with CacheControlLoadINTEL
multiple times is not allowed". However, Intel extension does allow
duplicated decoration if cache level in each annotation is different. It
seems that `spirv-val` does not currently support it.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list