[all-commits] [llvm/llvm-project] 3ae634: [SPIR-V] Set non-kernel function linkage type via ...
Vyacheslav Levytskyy via All-commits
all-commits at lists.llvm.org
Tue May 14 00:22:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ae63430aae52b260ce7ea99e5d586c77963b94a
https://github.com/llvm/llvm-project/commit/3ae63430aae52b260ce7ea99e5d586c77963b94a
Author: Vyacheslav Levytskyy <vyacheslav.levytskyy at intel.com>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
R llvm/test/CodeGen/SPIRV/LinkOnceODR.ll
R llvm/test/CodeGen/SPIRV/LinkOnceODRFun.ll
R llvm/test/CodeGen/SPIRV/link-attribute.ll
R llvm/test/CodeGen/SPIRV/linkage-types.ll
A llvm/test/CodeGen/SPIRV/linkage/LinkOnceODR.ll
A llvm/test/CodeGen/SPIRV/linkage/LinkOnceODRFun.ll
A llvm/test/CodeGen/SPIRV/linkage/extern-weak-linkage.ll
A llvm/test/CodeGen/SPIRV/linkage/link-attribute.ll
A llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
Log Message:
-----------
[SPIR-V] Set non-kernel function linkage type via OpDecorate for all linkage types except for static functions (#91598)
This PR fixes the issue
https://github.com/llvm/llvm-project/issues/91595 by setting non-kernel
function linkage type via OpDecorate for all linkage types except for
static functions. A new test case is added.
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