If two arguments are both readonly, then they have no memory dependency
that would violate noalias, even if they do actually overlap.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 30035 Build 30034: arc lint + arc unit
Event Timeline
Comment Actions
LGTM. It seems easy to trigger false positives with this lint, so I'm not sure how useful it is in general, but this is clearly an improvement.