This prepares for the removal of llvm::Module and LLVMContext from the
mlir::LLVMDialect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D85371
[mlir] Remove most uses of LLVMDialect::getModule ClosedPublic Authored by ftynse on Aug 5 2020, 3:54 PM.
Details Summary This prepares for the removal of llvm::Module and LLVMContext from the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 5 2020, 3:55 PM ftynse added a child revision: D85372: [mlir] take MLIRContext instead of LLVMDialect in getters of LLVMType's.Aug 5 2020, 3:58 PM Closed by commit rGd3a9807674c1: [mlir] Remove most uses of LLVMDialect::getModule (authored by ftynse). · Explain WhyAug 6 2020, 1:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 283431 mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp
mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
mlir/lib/Conversion/VectorToROCDL/VectorToROCDL.cpp
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
|