[all-commits] [llvm/llvm-project] 711418: [mlir][llvm] Use tablegen to import extract/insert...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Fri Oct 14 00:10:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7114185f4e51c07c9628f66131a8b18f6d74ca19
      https://github.com/llvm/llvm-project/commit/7114185f4e51c07c9628f66131a8b18f6d74ca19
  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 extract/insert ops from LLVM IR.

The revision imports the extract and insert value operations using
tablegen generated builders. Additionally, it moves the tests to
the instructions.ll test file.

Reviewed By: ftynse, dcaballe

Differential Revision: https://reviews.llvm.org/D135874




More information about the All-commits mailing list