Rewrite domination verifier to handle local domination as well.
This catches a bug Geoff Berry noticed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with comments, thanks.
include/llvm/Transforms/Utils/MemorySSA.h | ||
---|---|---|
594 ↗ | (On Diff #66889) | Do we see this being used outside of verification? If not, make this private, please. |
lib/Transforms/Utils/MemorySSA.cpp | ||
1872 ↗ | (On Diff #66889) | Looks like this definition is provided if NDEBUG is defined. Please braces around the assert. :) |
1879 ↗ | (On Diff #66889) | Same as above |