This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Switch printFunctionLikeOp and parseFunctionLikeOp to only support "inline" visibility.
ClosedPublic

Authored by jurahul on Nov 12 2020, 10:48 AM.

Details

Summary
  • Remove the default valued arguments from these functions.
  • Besides FuncOp, looks like no other in-tree op is using these functions.

Diff Detail

Event Timeline

jurahul created this revision.Nov 12 2020, 10:48 AM
jurahul requested review of this revision.Nov 12 2020, 10:48 AM
rriddle accepted this revision.Nov 12 2020, 10:49 AM

Thanks for following up on this!

This revision is now accepted and ready to land.Nov 12 2020, 10:49 AM