This is an archive of the discontinued LLVM Phabricator instance.

[NFC][MLIR] Fix -Wtype-limits warning
ClosedPublic

Authored by peixin on Jun 1 2022, 8:08 AM.

Details

Summary

Fix the warning: comparison of unsigned expression in ‘>= 0’ is always
true.

Diff Detail

Event Timeline

peixin created this revision.Jun 1 2022, 8:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2022, 8:08 AM
peixin requested review of this revision.Jun 1 2022, 8:08 AM
shraiysh accepted this revision.Jun 1 2022, 8:21 AM
This revision is now accepted and ready to land.Jun 1 2022, 8:21 AM
kiranchandramohan accepted this revision.Jun 1 2022, 8:27 AM
This revision was automatically updated to reflect the committed changes.