draft
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/lib/Analysis/MemorySSA.cpp | ||
---|---|---|
966 | I would make assert(!Stop || MSSA.dominates(Stop, Start)) a precondition for specifying the stop access. I don't think the intended semantics of a non-dominating stop point are clear, and I don't see an immediate use-case. |
I would make assert(!Stop || MSSA.dominates(Stop, Start)) a precondition for specifying the stop access. I don't think the intended semantics of a non-dominating stop point are clear, and I don't see an immediate use-case.