[PATCH] D67562: [MemorySSA] Update MSSA for non-conventional AA.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 12:23:42 PDT 2019
efriedma added a comment.
Why does an instruction which doesn't read or write memory have an associated MemorySSA memory access? Do we assume everything accesses memory if basicaa is disabled? Would it make sense to fix that, instead of adding checks which always fail normally?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67562/new/
https://reviews.llvm.org/D67562
More information about the llvm-commits
mailing list