[all-commits] [llvm/llvm-project] ea9cae: [mlir][llvm] Use tablegen to import shufflevector ...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Fri Oct 14 04:59:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea9cae03d780de4cc84d4777445ad8de89ebf361
https://github.com/llvm/llvm-project/commit/ea9cae03d780de4cc84d4777445ad8de89ebf361
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/test/Target/LLVMIR/Import/basic.ll
M mlir/test/Target/LLVMIR/Import/instructions.ll
Log Message:
-----------
[mlir][llvm] Use tablegen to import shufflevector from LLVM IR.
The revision imports the shuffle vector operation using
tablegen generated builders. Additionally, it moves its test to
the instructions.ll test file.
Depends on D135874
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D135880
More information about the All-commits
mailing list