This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Adopt use of BlockRange in place of ArrayRef<Block *>
ClosedPublic

Authored by jurahul on Sep 18 2020, 4:40 PM.

Details

Summary
  • Use BlockRange in ODS generated builders as well as other places throughout the code

Depends On D87944

Diff Detail

Event Timeline

jurahul created this revision.Sep 18 2020, 4:40 PM
jurahul requested review of this revision.Sep 18 2020, 4:40 PM
mehdi_amini accepted this revision.Sep 18 2020, 5:32 PM

Thanks!

This revision is now accepted and ready to land.Sep 18 2020, 5:32 PM