Add implementation of SkipSelfWalker.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM modulo a naming nit. If you're happy with the suggestion, feel free to submit. Thanks!
include/llvm/Analysis/MemorySSA.h | ||
---|---|---|
890 ↗ | (On Diff #180117) | Nit: Why not call this SkipSelfWalker? (and getSkipSelfWalker())? |
include/llvm/Analysis/MemorySSA.h | ||
---|---|---|
890 ↗ | (On Diff #180117) | I agree with getSkipSelfWalker(), but the variable name will clash with the class name. Perhaps SkipWalker instead? |
include/llvm/Analysis/MemorySSA.h | ||
---|---|---|
890 ↗ | (On Diff #180117) | Good call; WFM |