[all-commits] [llvm/llvm-project] 42c170: [mlir] Support import llvm intrinsics.
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Tue May 31 04:09:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42c17073fcbafd397b66ab923700279180846af4
https://github.com/llvm/llvm-project/commit/42c17073fcbafd397b66ab923700279180846af4
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
A mlir/test/Target/LLVMIR/Import/intrinsic.ll
M mlir/tools/mlir-tblgen/LLVMIRConversionGen.cpp
Log Message:
-----------
[mlir] Support import llvm intrinsics.
This patch supports to convert the llvm intrinsic to the corresponding op. It still leaves some intrinsics to be handled specially.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D126639
More information about the All-commits
mailing list