Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I'm missing some context. I can't find ScalableVectorType, is this dependent on a pending patch?
While immediate feedback would be greatly appreciated, this commit won't actually build until D77587 is merged. I'll ping the thread when this happens if this commit hasn't been accepted yet.
I'm working on a big refactor the Type class hierachry, adding a FixedVectorType and ScalableVectorType.
This is part of that. I'm splitting it up as much as possible. As I mentioned above, this won't build until D77587 is merged.
Ah ok. For future reference it's typical to add a "Depends on D77587" line to the description to indicate this. This will also automatically add it as the parent version in Phabricator. You can do it now after the fact in Phabricator. See the top right and select "Edit Related Revisions" and add D77587 as the parent.
Ah ok. For future reference it's typical to add a "Depends on D77587" line to the description to indicate this. This will also automatically add it as the parent version in Phabricator. You can do it now after the fact in Phabricator. See the top right and select "Edit Related Revisions" and add D77587 as the parent.
Did not know that, thanks for the tip!