[all-commits] [llvm/llvm-project] 2ef7e2: [MLIR] Enable converting dialect attributes on ext...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Aug 9 04:51:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ef7e2085fd62615e32c3c71348c2ec0317d31c3
https://github.com/llvm/llvm-project/commit/2ef7e2085fd62615e32c3c71348c2ec0317d31c3
Author: Sergio Afonso <safonsof at amd.com>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
A mlir/test/Target/LLVMIR/external-func-dialect-attr.mlir
Log Message:
-----------
[MLIR] Enable converting dialect attributes on external functions
This patch modifies the MLIR-to-LLVMIR translation pass to enable dialect
attributes attached to external functions being processed by the corresponding
dialect's translation interface via `amendOperation()`.
Differential Revision: https://reviews.llvm.org/D156988
More information about the All-commits
mailing list