This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SCF][bufferize][NFC] Bufferize scf.for terminator separately
ClosedPublic

Authored by springerm on Jun 23 2022, 3:33 AM.

Details

Summary

This allows for better type inference during bufferization and is in preparation of supporting memory spaces.

Depends On D128581

Diff Detail

Event Timeline

springerm created this revision.Jun 23 2022, 3:33 AM
springerm requested review of this revision.Jun 23 2022, 3:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2022, 3:33 AM

Can we split into 1PR per op plz, also drop the NFC as tests are changing.

springerm retitled this revision from [mlir][bufferization][NFC] Bufferize block terminators separately to [mlir][SCF][bufferize][NFC] Bufferize scf.for terminator separately.Jun 25 2022, 3:22 AM
springerm edited the summary of this revision. (Show Details)
nicolasvasilache accepted this revision.Jun 25 2022, 6:49 AM
This revision is now accepted and ready to land.Jun 25 2022, 6:49 AM
This revision was landed with ongoing or failed builds.Jun 27 2022, 4:38 AM
This revision was automatically updated to reflect the committed changes.