[PATCH] D98169: [IR] Permit load/store/alloca for struct with the same scalable vectors.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 02:25:49 PST 2021


frasercrmck added a comment.

I'm curious - the restriction that it must be all scalable or all fixed is because we're using `TypeSize` with only one dimension? It sounds like we'd ideally want to be able to represent the size of structs with something more like `StackOffset` with two dimensions?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98169



More information about the llvm-commits mailing list