This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Move buffer alias analysis into BufferUtils.h
AbandonedPublic

Authored by silvas on Oct 22 2020, 3:51 PM.

Details

Reviewers
herhut
dfki-mako
Summary

It was in Bufferize.h, but that file is about bufferization conversion
patterns rather than heavyweight analyses needed for optimization
passes. BufferUtils.h is a place where we can put such utilities.

Diff Detail

Event Timeline

silvas created this revision.Oct 22 2020, 3:51 PM
silvas requested review of this revision.Oct 22 2020, 3:51 PM

https://reviews.llvm.org/D89902 is already moving it. @frgossen FYI

Awesome, thanks @frgossen !

silvas abandoned this revision.Oct 26 2020, 12:19 PM