[all-commits] [llvm/llvm-project] 895c4a: [mlir][Target][LLVM] Adds an utility class for ser...
Fabian Mora via All-commits
all-commits at lists.llvm.org
Tue Aug 8 07:49:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 895c4ac33fc8b21bd69b017d1cecf874ca47e178
https://github.com/llvm/llvm-project/commit/895c4ac33fc8b21bd69b017d1cecf874ca47e178
Author: Fabian Mora <fmora.dev at gmail.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
A mlir/include/mlir/Target/LLVM/ModuleToObject.h
M mlir/lib/Target/CMakeLists.txt
A mlir/lib/Target/LLVM/CMakeLists.txt
A mlir/lib/Target/LLVM/ModuleToObject.cpp
M mlir/unittests/CMakeLists.txt
A mlir/unittests/Target/CMakeLists.txt
A mlir/unittests/Target/LLVM/CMakeLists.txt
A mlir/unittests/Target/LLVM/SerializeToLLVMBitcode.cpp
Log Message:
-----------
[mlir][Target][LLVM] Adds an utility class for serializing operations to binary strings.
**For an explanation of these patches see D154153.**
Commit message:
This patch adds the utility base class `ModuleToObject`. This class provides an
interface for compiling module operations into binary strings, by default this
class serialize modules to LLVM bitcode.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D154100
More information about the All-commits
mailing list