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
- rL LLVM
- Build Status
Buildable 27971 Build 27970: arc lint + arc unit
Event Timeline
Comment Actions
Thanks! Just a tiny nit
lib/Analysis/MemorySSA.cpp | ||
---|---|---|
1798 | 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 | please also remove the declaration from MemorySSA.h |
please also remove the declaration from MemorySSA.h