[PATCH] D32871: [LV] Using VPlan to model the vectorized code and drive its transformation
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 02:42:59 PDT 2017
rengolin added a comment.
Hi Ayal, sorry for the delay. Can you commit the plan doc separately?
We have a `docs/Proposals` sub-directory that is perfect for that kind of document. It should be fine to commit there directly, as none of what's in there is "an official LLVM document" and can change with time.
It would also be good to get a link to that document from the existing vectoriser documents (as an FYI on what we're working), but once VPlans are fully in, we should move the core part of the VPlan doc into the vectorisers (or just move them outside of `Proposals`), so that they become official.
I'll start looking at the code changes this week.
cheers,
--renato
https://reviews.llvm.org/D32871
More information about the llvm-commits
mailing list