[PATCH] D106164: [LV] Don't assume isScalarAfterVectorization if one of the uses needs widening.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 05:57:43 PDT 2021


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll:4
+
+target triple = "aarch64-unknown-linux-gnu"
+
----------------
Do we still need this test? The issue is not  SVE/AArch64 specific and it should already be covered by the general Test in Pointer-induction.ll.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106164



More information about the llvm-commits mailing list