[PATCH] D44715: [MemorySSA] Fix exponential compile-time updating MemorySSA.
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 23 15:19:34 PDT 2018
dberlin accepted this revision.
dberlin added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
(I do wonder if we shouldn't add a unit test to the MemorySSAUpdater unit tests that just has 100 nested if or something that will take forever with exponential time but be fine with N^2 time, but otherwise, ...)
Repository:
rL LLVM
https://reviews.llvm.org/D44715
More information about the llvm-commits
mailing list