This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize][NFC] Consolidate transform header files
ClosedPublic

Authored by springerm on Nov 11 2022, 4:49 AM.

Diff Detail

Event Timeline

springerm created this revision.Nov 11 2022, 4:49 AM
springerm requested review of this revision.Nov 11 2022, 4:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2022, 4:49 AM

The code looks good.
Out of curiosity why do we want to combine all the headers files into one?

The code looks good.
Out of curiosity why do we want to combine all the headers files into one?

These transforms are usually used together (I'm cleaning up some code in IREE and noticed a long list of includes). Also to make it consistent with the other dialects, e.g., SCF/Transforms/Transforms.h.

guraypp accepted this revision.Nov 11 2022, 5:12 AM

The code looks good.
Out of curiosity why do we want to combine all the headers files into one?

These transforms are usually used together (I'm cleaning up some code in IREE and noticed a long list of includes). Also to make it consistent with the other dialects, e.g., SCF/Transforms/Transforms.h.

Make sense!

This revision is now accepted and ready to land.Nov 11 2022, 5:12 AM