This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Remove isScalable from Bitcode
ClosedPublic

Authored by ctetreau on Apr 7 2020, 4:54 PM.

Diff Detail

Event Timeline

ctetreau created this revision.Apr 7 2020, 4:54 PM
Herald added a project: Restricted Project. · View Herald Transcript

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 missing some context. I can't find ScalableVectorType, is this dependent on a pending patch?

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.

I'm missing some context. I can't find ScalableVectorType, is this dependent on a pending patch?

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!

This revision is now accepted and ready to land.Apr 10 2020, 2:47 PM
This revision was automatically updated to reflect the committed changes.