[all-commits] [llvm/llvm-project] 57b9b2: [MLIR][LLVM] Add llvm.mlir.global_ctors/dtors and ...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Thu Oct 28 05:41:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57b9b29649dacdd34ef8903d7bc5e6943188f480
https://github.com/llvm/llvm-project/commit/57b9b29649dacdd34ef8903d7bc5e6943188f480
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/include/mlir/IR/OpBase.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Dialect/LLVMIR/global.mlir
M mlir/test/Dialect/LLVMIR/invalid.mlir
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[MLIR][LLVM] Add llvm.mlir.global_ctors/dtors and translation support
Add llvm.mlir.global_ctors and global_dtors ops and their translation
support to LLVM global_ctors/global_dtors global variables.
Differential Revision: https://reviews.llvm.org/D112524
More information about the All-commits
mailing list