[PATCH] D118255: [GVN] MemorySSA for GVN: add a switch to enable MemorySSA for GVN
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 8 11:06:17 PST 2022
asbirlea added a comment.
Just a couple of quick comments:
- Why take out the option to DisableGVNLoadPRE?
- Can the MemDep and MSSA be mutually exclusive options? (i.e. enabling one disables the other)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118255/new/
https://reviews.llvm.org/D118255
More information about the llvm-commits
mailing list