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