This is an archive of the discontinued LLVM Phabricator instance.

NFC: add indexing operator for ArrayAttr
ClosedPublic

Authored by bondhugula on Feb 14 2020, 8:42 PM.

Details

Summary
  • add ArrayAttr::operator[](unsigned idx)

Diff Detail

Event Timeline

bondhugula created this revision.Feb 14 2020, 8:42 PM
mehdi_amini accepted this revision.Feb 14 2020, 9:05 PM

Seems like you don't use arc to create revisions? I think it is needed to have the CI running

rriddle accepted this revision.Feb 14 2020, 9:23 PM
rriddle added inline comments.
mlir/test/lib/TestDialect/TestOps.td
613

Could we merge these lines now? (here and below)

This revision is now accepted and ready to land.Feb 14 2020, 9:23 PM

Seems like you don't use arc to create revisions? I think it is needed to have the CI running

I normally just use the web interface: https://llvm.org/docs/Phabricator.html#id4

bondhugula marked an inline comment as done.

merge lines in testops.td

switching to arc

Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2020, 10:29 PM

@rriddle could you please commit this for me? (the revision has been switched to arc)

This revision was automatically updated to reflect the committed changes.