[PATCH] D77695: [SVE] Remove isScalable from Bitcode

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 15:14:02 PDT 2020


ctetreau added a comment.

In D77695#1970457 <https://reviews.llvm.org/D77695#1970457>, @tejohnson wrote:

> 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 <https://reviews.llvm.org/D77587> is merged.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77695/new/

https://reviews.llvm.org/D77695





More information about the llvm-commits mailing list