[all-commits] [llvm/llvm-project] cc3e95: [MLIR][LLVM] Add import-structs-as-literals flag t...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Thu May 15 09:26:22 PDT 2025
Branch: refs/heads/users/dinistro/add-literal-struct-import-flag
Home: https://github.com/llvm/llvm-project
Commit: cc3e954493937727634ad4df9cca5c528c513019
https://github.com/llvm/llvm-project/commit/cc3e954493937727634ad4df9cca5c528c513019
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2025-05-15 (Thu, 15 May 2025)
Changed paths:
M mlir/include/mlir/Target/LLVMIR/Import.h
M mlir/include/mlir/Target/LLVMIR/ModuleImport.h
M mlir/include/mlir/Target/LLVMIR/TypeFromLLVM.h
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/lib/Target/LLVMIR/ModuleImport.cpp
M mlir/lib/Target/LLVMIR/TypeFromLLVM.cpp
A mlir/test/Target/LLVMIR/Import/import-structs-as-literals.ll
Log Message:
-----------
[MLIR][LLVM] Add import-structs-as-literals flag to the IR import
This commit introduces the `import-structs-as-literals` option to the
MLIR import. This ensures that all struct types are imported as literal
structs, even when they are named in LLVM IR.
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