[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
Loading
Please sign in to comment