[PATCH] D102113: [MemCpyOpt] Remove MemDepAnalysis-based implementation

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 20 14:37:18 PDT 2021


nikic abandoned this revision.
nikic added a comment.

I didn't have any larger plans here beyond dropping remaining dual-MSSA implementations. That was the MDA-based MemCpyOpt, and the AST-based LICM. I started here, because the LoopPM interaction makes the LICM case a bit more tricky.

But I think this may not be the best use of my time, so I'll just leave it at that :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102113/new/

https://reviews.llvm.org/D102113



More information about the llvm-commits mailing list