[MLIR] Remove LLVM_AnyInteger type constraint
authorKiran Chandramohan <kiran.chandramohan@arm.com>
Tue, 8 Jun 2021 15:48:57 +0000 (16:48 +0100)
committerKiran Chandramohan <kiran.chandramohan@arm.com>
Tue, 8 Jun 2021 16:21:00 +0000 (17:21 +0100)
commitcd73af92315ecf25ed47f4991806a054ddfca5ea
tree1d231ea89fad77a4fc81644b44dcb9e1fe2f8435
parentd2eccf9bb7f10bd5c9ac0259ee1b03f2e25fb7a1
[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
mlir/include/mlir/Dialect/AMX/AMX.td
mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
mlir/test/Dialect/LLVMIR/invalid.mlir