Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
hasPassPointeeByValueCopyAttr should imply dereferenceable which is why this is sound.
Paths
| Differential D157949
[ValueTracking] hasPassPointeeByValueCopyAttr implies well-defined AcceptedPublic Authored by StephenFan on Aug 14 2023, 10:19 PM.
Diff Detail
Event TimelineComment Actions hasPassPointeeByValueCopyAttr should imply dereferenceable which is why this is sound. This revision is now accepted and ready to land.Aug 15 2023, 11:18 AM
Revision Contents
Diff 550194 llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Transforms/Attributor/ArgumentPromotion/tail.ll
llvm/test/Transforms/Attributor/readattrs.ll
llvm/test/Transforms/Attributor/value-simplify-pointer-info.ll
llvm/test/Transforms/Attributor/value-simplify.ll
|