[all-commits] [llvm/llvm-project] 3948f0: [mlir][llvm] Rename LLVMOpsInterfaces.td to LLVMIn...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Mon Feb 27 23:56:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3948f0a0b5e5fecddf315b8de321c6a44ee7ff5c
      https://github.com/llvm/llvm-project/commit/3948f0a0b5e5fecddf315b8de321c6a44ee7ff5c
  Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt
    M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
    A mlir/include/mlir/Dialect/LLVMIR/LLVMInterfaces.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
    R mlir/include/mlir/Dialect/LLVMIR/LLVMOpsInterfaces.td
    M mlir/lib/Dialect/LLVMIR/CMakeLists.txt
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp

  Log Message:
  -----------
  [mlir][llvm] Rename LLVMOpsInterfaces.td to LLVMInterfaces.td (NFC).

The revision renames LLVMOpsInterfaces.td since the the tablegen file
contains op and type interfaces.

Reviewed By: ftynse, Dinistro

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




More information about the All-commits mailing list