[PATCH] D96356: [SVE][LoopVectorize] Support for vectorization of loops with function calls

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 05:47:56 PST 2021


david-arm added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalable-call.ll:77
+; CHECK: vector.body:
+; CHECK: %[[LOAD0:.*]] = load <vscale x 2 x double>, <vscale x 2 x double>*
+; CHECK: %[[LOAD1:.*]] = load <vscale x 2 x double>, <vscale x 2 x double>*
----------------
nit: If you could make the tests consistent in terms of the numbers of CHECK lines before merging that would be great! Perhaps disable interleaving with `-force-vector-interleave=1`?


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

https://reviews.llvm.org/D96356



More information about the llvm-commits mailing list