[llvm] [AArch64][LoopVectorize] Use either fixed-width or scalable VF when tail-folding (PR #67543)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 07:23:21 PDT 2023


================
@@ -0,0 +1,109 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt -S < %s -passes=loop-vectorize -mtriple aarch64-linux-gnu -mattr=+sve 2>&1 | FileCheck %s
+
+define void @test(ptr nocapture noundef writeonly %dst, i32 noundef %n, i64 noundef %val) local_unnamed_addr #0 {
----------------
Rin18 wrote:

You're right, I'll rename the test and drop the parameter flags.

https://github.com/llvm/llvm-project/pull/67543


More information about the llvm-commits mailing list