[PATCH] D86534: [GVN] Preserve MemorySSA if it is available.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 3 04:27:51 PDT 2020
fhahn added a comment.
In D86534#2253736 <https://reviews.llvm.org/D86534#2253736>, @asbirlea wrote:
> Changes look good.
> Please also test with EXPENSIVE_CHECKS. The additional MSSA verifications there can unearth missed changes.
Thanks, I did a bootstrap build of LLVM with expensive MemorySSA verification and the test-suite with the set of patches to preserve MemSSA. The tests here and D86651 <https://reviews.llvm.org/D86651> are from problems surfaced through that testing :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86534/new/
https://reviews.llvm.org/D86534
More information about the llvm-commits
mailing list