[PATCH] D95039: [SVE] Add support for scalable vectorization of loops with selects and cmps
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 08:53:30 PST 2021
david-arm added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-basic-vec.ll:12
+
+define void @foo(i32* noalias nocapture %a, i32* noalias nocapture readonly %b, i64 %n) {
+; CHECK-LABEL: @foo(
----------------
Apologies, just realised these names are terrible! I'll fix them in another patch. I also wonder if autogenerating the CHECK lines really makes sense here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95039/new/
https://reviews.llvm.org/D95039
More information about the llvm-commits
mailing list