[PATCH] D146872: [1/11][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
Thu Apr 13 13:02:02 PDT 2023


nikic added a comment.

It looks like there is a test failure in sme-aarch64-svcount.ll now.

We should also have a verifier test that checks that these are rejected in GEPs. We should also test the InstCombine bailouts (I think you can just take your "Other" tests and move them to InstCombine and run `-passes=instcombine` instead of `-passes=verify`. Those should cover the relevant code paths.)


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