[PATCH] D108399: [LoopPassManager] Assert that MemorySSA is preserved if used
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 14:03:20 PDT 2021
nikic added a comment.
In D108399#2955724 <https://reviews.llvm.org/D108399#2955724>, @aeubanks wrote:
> perhaps this could go under NDEBUG? since that's when we're going to see issues anyway. but looks good as is
I think it makes sense to have this for non-assertion builds as well, as it can be triggered by user error.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108399/new/
https://reviews.llvm.org/D108399
More information about the llvm-commits
mailing list