[PATCH] D158517: [IR] Enable load/store/alloca for arrays of scalable vectors.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 08:08:11 PDT 2023


paulwalker-arm added reviewers: david-arm, sdesmalen, craig.topper, nikic.
paulwalker-arm added a comment.
Herald added a subscriber: StephenFan.

I've raised https://discourse.llvm.org/t/rfc-enable-arrays-of-scalable-vector-types/72935 for discussion.

I'm still looking to tighten up the Verifier a little more because there's at least one case where loosing the "invalid array element type" error for ArrayType is allowing bogus IR to be accepted.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158517



More information about the llvm-commits mailing list