[PATCH] D107513: [MemCpyOpt/MemorySSA] Do not run the pass for prohibitively large number of memory accesses.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 00:39:48 PDT 2021


nikic added a comment.

If the problem here updating MemorySSA in general, or only the use-optimized form? At one of the MemorySSA meetings we discussed the possibility of constructing MSSA without use optimization and then requesting that to happen later. MemCpyOpt itself doesn't particularly benefit from optimized uses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107513



More information about the llvm-commits mailing list