This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Remove LLVM_AnyInteger type constraint and replace with AnyInteger
ClosedPublic

Authored by kiranchandramohan on Jun 7 2021, 1:14 PM.

Details

Summary

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.

As suggested in https://reviews.llvm.org/D102816#2801944

Diff Detail

Event Timeline

kiranchandramohan requested review of this revision.Jun 7 2021, 1:14 PM
ftynse accepted this revision.Jun 8 2021, 12:18 AM
This revision is now accepted and ready to land.Jun 8 2021, 12:18 AM
This revision was automatically updated to reflect the committed changes.