This is an archive of the discontinued LLVM Phabricator instance.

[mlir][memref] Mark memref.buffer_cast as NoSideEffect
ClosedPublic

Authored by herhut on May 17 2021, 4:14 AM.

Details

Summary

This brings it in line with the bultin unrealized_conversion_cast, which memref.buffer_cast is a specialized version of.

Diff Detail

Event Timeline

herhut created this revision.May 17 2021, 4:14 AM
herhut requested review of this revision.May 17 2021, 4:14 AM
pifon2a accepted this revision.May 17 2021, 4:33 AM
This revision is now accepted and ready to land.May 17 2021, 4:33 AM
herhut updated this revision to Diff 345839.May 17 2021, 5:01 AM

fix tests

This revision was landed with ongoing or failed builds.May 17 2021, 5:20 AM
This revision was automatically updated to reflect the committed changes.