This adds a dump() function to VPlan, which uses the existing
operator<<.
This method provides a convenient way to dump a VPlan while debugging,
e.g. from lldb.
Paths
| Differential D70920
[VPlan] Add dump function to VPlan class. ClosedPublic Authored by fhahn on Dec 2 2019, 12:20 PM.
Details Summary This adds a dump() function to VPlan, which uses the existing This method provides a convenient way to dump a VPlan while debugging,
Diff Detail
Event TimelineComment Actions Build result: FAILURE - Could not check out parent git hash "b4e439d0b00684f11631b6f733e910774455750a". It was not found in the repository. Did you configure the "Parent Revision" in Phabricator properly? Trying to apply the patch to the master branch instead... ERROR: arc patch failed with error code 1. Check build log for details. This revision is now accepted and ready to land.Dec 2 2019, 1:43 PM Closed by commit rGe9c68422dee9: [VPlan] Add dump function to VPlan class. (authored by fhahn). · Explain WhyDec 3 2019, 4:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 231865 llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlan.cpp
|