Similar to ^= operator for IntegerState, this patch introduces a += operator to "clamp" known information.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D66635
[Attributor] Clamp operator to extend known state ClosedPublic Authored by uenoku on Aug 23 2019, 3:04 AM.
Details Summary Similar to ^= operator for IntegerState, this patch introduces a += operator to "clamp" known information.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 26 2019, 7:45 AM Closed by commit rGc395c9172fcb: [Attributor] Clamp operator to extend known state (authored by uenoku). · Explain WhyAug 26 2019, 11:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 217312 llvm/include/llvm/Transforms/IPO/Attributor.h
|