[all-commits] [llvm/llvm-project] 7a3c9a: [SPIRV] Fix call lowering of "anonymous" functions
MichaĆ Paszkowski via All-commits
all-commits at lists.llvm.org
Mon Oct 10 15:09:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a3c9a85c5fa614ba43b013fce3445fe1f8fdd3f
https://github.com/llvm/llvm-project/commit/7a3c9a85c5fa614ba43b013fce3445fe1f8fdd3f
Author: Michal Paszkowski <michal.paszkowski at outlook.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
M llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
M llvm/lib/Target/SPIRV/SPIRVMCInstLower.cpp
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h
M llvm/lib/Target/SPIRV/SPIRVUtils.cpp
M llvm/lib/Target/SPIRV/SPIRVUtils.h
A llvm/test/CodeGen/SPIRV/function/internal-anonymous-function.ll
Log Message:
-----------
[SPIRV] Fix call lowering of "anonymous" functions
The patch fixes lowering of anonymous functions, removes file/linkage
info for builtin call demangling, and adds relevant test demonstrating
a fixed problem.
Differential Revision: https://reviews.llvm.org/D135390
More information about the All-commits
mailing list