This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SCF][bufferize][NFC] Move scf.if buffer type computation to getBufferType
ClosedPublic

Authored by springerm on Aug 29 2022, 9:14 AM.

Details

Summary

A part of the functionality of bufferize is extracted into getBufferType. Also, bufferized scf.yields inside scf.if are now created with the correct bufferized type from the get-to.

Depends On D132861

Diff Detail