[all-commits] [llvm/llvm-project] 07c0f6: [MLIR][LLVM] Preserve unknown function metadata on...
Akimasa Watanuki via All-commits
all-commits at lists.llvm.org
Fri Jun 12 09:06:53 PDT 2026
Branch: refs/heads/users/Men-cotton/mlir/preserve-unknown-function-metadata-on-import
Home: https://github.com/llvm/llvm-project
Commit: 07c0f68ed5b40d9fc1790176df8513c0ae5f78db
https://github.com/llvm/llvm-project/commit/07c0f68ed5b40d9fc1790176df8513c0ae5f78db
Author: mencotton <mencotton0410 at gmail.com>
Date: 2026-06-13 (Sat, 13 Jun 2026)
Changed paths:
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
A mlir/test/Target/LLVMIR/Import/function-metadata.ll
Log Message:
-----------
[MLIR][LLVM] Preserve unknown function metadata on import
Import non-debug function metadata without a kind-specific dialect conversion into LLVMFuncOp function_metadata. Preserve repeated metadata kinds through the generic carrier so LLVM IR import and export can round-trip those attachments.
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