[PATCH] D87661: [MemorySSA] Rename uses starting at defining access

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 17:27:33 PDT 2020


george.burgess.iv accepted this revision.
george.burgess.iv added a comment.
This revision is now accepted and ready to land.

> but when prinitng we were still seeing an unoptimized access
> as MustAlias due to the flag not being reset

oof. maybe we should make the accessor for the `AliasResult` do `return isOptimized() ? actualResult : MayAlias;`?

lgtm either way though -- thanks for this!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87661



More information about the llvm-commits mailing list