[all-commits] [llvm/llvm-project] 507c67: [NVPTX] Sync generation of parameter names in a fu...
PavelKopyl via All-commits
all-commits at lists.llvm.org
Fri Mar 10 18:42:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 507c67d00e083995f0deb013300b03a1d1a65b70
https://github.com/llvm/llvm-project/commit/507c67d00e083995f0deb013300b03a1d1a65b70
Author: Pavel Kopyl <pavelkopyl at gmail.com>
Date: 2023-03-11 (Sat, 11 Mar 2023)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXISelLowering.h
A llvm/test/CodeGen/NVPTX/anonymous-fn-param.ll
Log Message:
-----------
[NVPTX] Sync generation of parameter names in a function signature with the function body.
This fixes parameter names mismatch in anonymous functions.
Differential Revision: https://reviews.llvm.org/D144407
More information about the All-commits
mailing list