[PATCH] D75892: [InstSimplify][SVE] Fix SimplifyGEPInst for scalable vector.

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 13:34:29 PDT 2020


huihuiz added inline comments.


================
Comment at: llvm/test/Transforms/InstSimplify/vscale.ll:14
+  ret <vscale x 4 x i32*> %ptr
+}
+
----------------
efriedma wrote:
> @getelementptr_1 passes without this patch, right?
Yes, @getelementptr_1 passes without this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75892





More information about the llvm-commits mailing list