This is an archive of the discontinued LLVM Phabricator instance.

[mlir][scf] NFC: create dedicated files for affine utils
ClosedPublic

Authored by antiagainst on Dec 7 2021, 5:47 AM.

Details

Summary

These functions are generic utility functions that operates on
affine ops within SCF regions. Moving them to their own files
for a better code structure, instead of mixing with loop
specialization logic.

Diff Detail

Event Timeline

antiagainst created this revision.Dec 7 2021, 5:47 AM
antiagainst requested review of this revision.Dec 7 2021, 5:47 AM
nicolasvasilache accepted this revision.Dec 7 2021, 7:04 AM
This revision is now accepted and ready to land.Dec 7 2021, 7:04 AM