[PATCH] D73602: [SVE] Add support for lowering GEPs involving scalable vectors.

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 09:30:26 PST 2020


andwar added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-gep.ll:78
+
+define <vscale x 2 x i8*> @scalable_of_fixed_3(i8* %base) {
+; CHECK-LABEL: scalable_of_fixed_3:
----------------
This test case seems identical to `scalable_of_fixed_1`. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73602





More information about the llvm-commits mailing list