This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Minor cleanup for BufferDeallocation pass.
ClosedPublic

Authored by jurahul on Jul 20 2021, 8:58 AM.

Details

Summary
  • Change walkReturnOperations() to be a non-template and look at block terminator for ReturnLike trait.
  • Clarify description of validateSupportedControlFlow
  • Eliminate unused argument in Backedges::recurse.
  • Eliminate repeated calls to getFunction()
  • Fix wording for non-SCF loop failure

Diff Detail

Event Timeline

jurahul created this revision.Jul 20 2021, 8:58 AM
jurahul requested review of this revision.Jul 20 2021, 8:58 AM
pifon2a accepted this revision.Jul 20 2021, 9:31 AM

Thank you!

This revision is now accepted and ready to land.Jul 20 2021, 9:31 AM
This revision was landed with ongoing or failed builds.Jul 20 2021, 9:43 AM
This revision was automatically updated to reflect the committed changes.