[PATCH] D124612: [AArch64][LV] AArch64 does not prefer vectorized addressing

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 11:46:34 PDT 2022


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll:84
+  %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ]
+  %val4.046 = phi double [ 0.000000e+00, %entry ], [ %add16, %for.body ]
+  %val3.045 = phi double [ 0.000000e+00, %entry ], [ %add12, %for.body ]
----------------
does the body here need all those reductions or could it be reduced a bit? It would probably also be good to precommit the test and have only the changes/improvements in the diff here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124612



More information about the llvm-commits mailing list