This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization][NFC] Make getEnclosingRepetitiveRegion public
ClosedPublic

Authored by springerm on Jan 13 2023, 5:47 AM.

Details

Summary

These functions are generally useful and not specific to One-Shot Analysis. Move them to BufferizableOpInterface.h and make them public.

Depends On: D141684

Diff Detail