[all-commits] [llvm/llvm-project] e027a1: [NFC][SPIR-V] Fix logical-struct-access.ll to pass...
Arseniy Obolenskiy via All-commits
all-commits at lists.llvm.org
Mon Apr 13 05:11:36 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e027a17b2d45bf3656ff4ab7cea7db273971ab83
https://github.com/llvm/llvm-project/commit/e027a17b2d45bf3656ff4ab7cea7db273971ab83
Author: Arseniy Obolenskiy <arseniy.obolenskiy at amd.com>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M llvm/test/CodeGen/SPIRV/logical-struct-access.ll
Log Message:
-----------
[NFC][SPIR-V] Fix logical-struct-access.ll to pass spirv-val validation (#191792)
OpReturnValue with a pointer type is invalid in SPIR-V Logical
addressing model (Vulkan). The functions in the test return
OpAccessChain results, which are pointers
related to https://github.com/llvm/llvm-project/issues/190736
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