This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] scf.execute_region result considered a write
AbandonedPublic

Authored by springerm on Nov 26 2021, 12:14 AM.

Details

Reviewers
nicolasvasilache
Summary

This change by itself it not very useful because bufferization of scf.execute_region is not yet implemented, but it avoids an edge case in a subsequent commit related to partial bufferization.

Depends On D114616

Diff Detail

Event Timeline

springerm created this revision.Nov 26 2021, 12:14 AM
springerm requested review of this revision.Nov 26 2021, 12:14 AM
springerm abandoned this revision.Dec 1 2021, 1:53 AM

Updated comment and squashed into dependent commit. The main problem here was an inconsistent op interface implementation.