[all-commits] [llvm/llvm-project] b3ed69: [mlir][llvm] Import matrix, vector, and assume int...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Oct 18 01:12:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3ed69d37ce2230f4cddcc629c53c966830e5a9d
https://github.com/llvm/llvm-project/commit/b3ed69d37ce2230f4cddcc629c53c966830e5a9d
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/test/Target/LLVMIR/Import/intrinsic.ll
Log Message:
-----------
[mlir][llvm] Import matrix, vector, and assume intrinsics from LLVM IR.
The revision adds support to import:
- matrix intrinsics
- vector reduce fadd/fmul intrinsics
- assume intrinsics
from LLVM IR.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D136137
More information about the All-commits
mailing list