[all-commits] [llvm/llvm-project] c8e036: [mlir][Target][LLVM] Adds an utility class for ser...
Fabian Mora via All-commits
all-commits at lists.llvm.org
Tue Aug 8 06:09:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8e0364a4336569f91fe74dbc231beefc8793518
https://github.com/llvm/llvm-project/commit/c8e0364a4336569f91fe74dbc231beefc8793518
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