This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVM] Add section attribute to LLVMFuncOp
ClosedPublic

Authored by Dinistro on Jun 30 2023, 7:04 AM.

Details

Summary

This commit adds an optional section attribute to the LLVMFuncOp and
adds import and export functionality for it.

Diff Detail

Event Timeline

Dinistro created this revision.Jun 30 2023, 7:04 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Dinistro requested review of this revision.Jun 30 2023, 7:04 AM
gysit accepted this revision.Jun 30 2023, 7:11 AM

Thanks LGTM!

This revision is now accepted and ready to land.Jun 30 2023, 7:11 AM
This revision was automatically updated to reflect the committed changes.