[all-commits] [llvm/llvm-project] ebbdec: [mlir] Support translating function linkage betwee...
ftynse via All-commits
all-commits at lists.llvm.org
Mon Jul 20 05:04:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ebbdecdd57160fb4816b365f79c1185d68a94c0f
https://github.com/llvm/llvm-project/commit/ebbdecdd57160fb4816b365f79c1185d68a94c0f
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Target/import.ll
M mlir/test/Target/llvmir.mlir
Log Message:
-----------
[mlir] Support translating function linkage between MLIR and LLVM IR
Linkage support is already present in the LLVM dialect, and is being translated
for globals other than functions. Translation support has been missing for
functions because their conversion goes through a different code path than
other globals.
Differential Revision: https://reviews.llvm.org/D84149
More information about the All-commits
mailing list