This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] [TableGen] Avoid generating an assert which is always true.
ClosedPublic

Authored by jurahul on Jul 13 2020, 6:54 PM.

Details

Summary
  • Avoid generating "assert(resultTypes.size() >= 0u)" which is always true

Diff Detail

Event Timeline

jurahul created this revision.Jul 13 2020, 6:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2020, 6:54 PM
mehdi_amini accepted this revision.Jul 13 2020, 9:50 PM
This revision is now accepted and ready to land.Jul 13 2020, 9:50 PM
This revision was automatically updated to reflect the committed changes.