This verification may fail after certain transformations due to
BasicAA's fragility. Added a small explanation and a testcase that
triggers the assert in checkClobberSanity (before its removal).
Addresses PR40509.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! Just a tiny nit
lib/Analysis/MemorySSA.cpp | ||
---|---|---|
1798 ↗ | (On Diff #186036) | If this is entirely unused now, can we stash the comments about how this isn't guaranteed in verifyMemorySSA and delete this method entirely? I'd rather not carry dead code. :) |
Comment Actions
LGTM with one more nit. Thanks again!
lib/Analysis/MemorySSA.cpp | ||
---|---|---|
1799 ↗ | (On Diff #186297) | please also remove the declaration from MemorySSA.h |