Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for the patch! LGTM.
I think it's ok to kept these utilities in the VPRecipeBase class for now. Eventually, if we add too many, we may want to move them to a VPInstructionUtils, same as what we are doing for VPBlockBase.
lib/Transforms/Vectorize/VPlan.h | ||
---|---|---|
560 ↗ | (On Diff #150948) | instruction -> recipe? |
Comment Actions
Added Cmake changes to add VPlanTest.cpp, so we do not depend on any other patches. Also change instruction->recipe in comment.