The individual tryTo* helpers do not need to be public. Also, the
builder contained two consecutive public: sections, which is not
necessary. Moved the remaining public methods after the constructor.
Also make some of the tryTo* helpers const.
Paths
| Differential D78288
[VPlan] Make various tryTo* helpers private and mark as const (NFC). ClosedPublic Authored by fhahn on Apr 16 2020, 2:59 AM.
Details Summary The individual tryTo* helpers do not need to be public. Also, the Also make some of the tryTo* helpers const.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 19 2020, 2:47 AM Closed by commit rG647c9e72e4be: [VPlan] Make various tryTo* helpers private and mark as const (NFC). (authored by fhahn). · Explain WhyApr 21 2020, 6:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 258986 llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
|