In D65402, I want to get DerefState from AADereferenceable but it was not allowed. This patch moves DerefState definition into Attributor.h and makes AADerefenceable inherit StateWrapper.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66585
[Attributor][NFC] Move DerefState to header and use StateWrapper ClosedPublic Authored by uenoku on Aug 22 2019, 5:43 AM.
Details Summary In D65402, I want to get DerefState from AADereferenceable but it was not allowed. This patch moves DerefState definition into Attributor.h and makes AADerefenceable inherit StateWrapper.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 22 2019, 6:20 AM Closed by commit rL369653: [Attributor][NFC] Move DerefState to header and use StateWrapper (authored by uenoku). · Explain WhyAug 22 2019, 7:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 216611 llvm/trunk/include/llvm/Transforms/IPO/Attributor.h
llvm/trunk/lib/Transforms/IPO/Attributor.cpp
|