This is an archive of the discontinued LLVM Phabricator instance.

[docs] Make consistent between MLIR tutorial doc and example code
ClosedPublic

Authored by HsiangKai on Feb 11 2023, 7:15 AM.

Details

Summary

In MLIR tutorial example code, use Pure to remove the side-effects of
operations. Update the document to be consistent with the example code.

Diff Detail

Event Timeline

HsiangKai created this revision.Feb 11 2023, 7:15 AM
HsiangKai requested review of this revision.Feb 11 2023, 7:15 AM
mehdi_amini accepted this revision.Feb 11 2023, 2:44 PM

Thanks for the update!

Do you need someone to land this or do you have commit access?

This revision is now accepted and ready to land.Feb 11 2023, 2:44 PM

Thanks for the update!

Do you need someone to land this or do you have commit access?

I have commit access. I will land it. Thanks.