Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
| Paths 
 |  Differential  D96529  
[NFC][VPlan] Use VPUser to store block's predicate ClosedPublic Authored by a.elovikov on Feb 11 2021, 11:01 AM. 
Details 
Diff Detail 
 Event TimelineHerald added subscribers: tschuett, psnobl, rogfer01 and 2 others.  ·  View Herald TranscriptFeb 11 2021, 11:01 AM This revision is now accepted and ready to land.Feb 18 2021, 9:20 AM This revision was landed with ongoing or failed builds.Feb 23 2021, 11:09 AM Closed by commit rG3605b873f6f0: [NFC][VPlan] Use VPUser to store block's predicate (authored by a.elovikov).  ·  Explain Why This revision was automatically updated to reflect the committed changes. 
Revision Contents 
Diff 325841 llvm/lib/Transforms/Vectorize/VPlan.h
 llvm/lib/Transforms/Vectorize/VPlan.cpp
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The functions here are essentially the same as for CondBit, right? Could you factor out the logic into private helpers, that take a reference to VPUser?