[all-commits] [llvm/llvm-project] 594245: [mlir][llvm] Add support for importing masked intr...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon Oct 17 05:55:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5942456a30ea3b71523886d9fa7dc9aa786f5c61
https://github.com/llvm/llvm-project/commit/5942456a30ea3b71523886d9fa7dc9aa786f5c61
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/test/Target/LLVMIR/Import/intrinsic.ll
M mlir/tools/mlir-tblgen/LLVMIRConversionGen.cpp
Log Message:
-----------
[mlir][llvm] Add support for importing masked intrinsics from LLVM IR.
The revision adds support for importing the masked load/store and
gather/scatter intrinsics from LLVM IR. To enable the import, the
revision also includes an extension of the mlirBuilder code generation
to support variadic arguments.
Depends on D136057
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D136058
More information about the All-commits
mailing list