This is an archive of the discontinued LLVM Phabricator instance.

[mlir][scf][bufferize][NFC] Lookup buffer using helper function
ClosedPublic

Authored by springerm on Apr 8 2022, 5:25 AM.

Details

Summary

Lookup iter_arg buffers using lookupBuffer instead of always creating a new ToMemrefOp. Also cast all yielded buffers (if necessary), regardless of whether they are an equivalent buffer or a new allocation.

Note: This should have been part of D123369.

Diff Detail