[all-commits] [llvm/llvm-project] cd73af: [MLIR] Remove LLVM_AnyInteger type constraint

kiranchandramohan via All-commits all-commits at lists.llvm.org
Tue Jun 8 09:21:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd73af92315ecf25ed47f4991806a054ddfca5ea
      https://github.com/llvm/llvm-project/commit/cd73af92315ecf25ed47f4991806a054ddfca5ea
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/AMX/AMX.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/test/Dialect/LLVMIR/invalid.mlir

  Log Message:
  -----------
  [MLIR] Remove LLVM_AnyInteger type constraint

LLVM Dialect uses builtin-integer types. The existing LLVM_AnyInteger
type constraint is a dupe of AnyInteger. This patch removes LLVM_AnyInteger
and replaces all usage with AnyInteger.

Reviewed By: ftynse

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




More information about the All-commits mailing list