[PATCH] D146872: [1/N][IR] Permit load/store/alloca for struct of the same scalable vector type

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 25 08:20:31 PDT 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

isSized() should return true for these structs. They are sized for our definition of sized.

Is there an RFC for this on discourse?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146872



More information about the llvm-commits mailing list