[llvm] [LV][AArch64] LoopVectorizer allows scalable frem instructions (PR #76247)

Maciej Gabka via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 02:03:49 PST 2024


================
@@ -0,0 +1,98 @@
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --filter "cost.*vscale.*frem" --version 4
+
+; RUN: opt -mattr=+sve -passes=loop-vectorize -debug-only=loop-vectorize -disable-output -S < %s 2>&1 | FileCheck %s --check-prefix=NO-VECLIB
----------------
mgabka wrote:

could you also addd RUN lines for Neon, i.e without +sve? That wilol require changing the file name as well.

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


More information about the llvm-commits mailing list