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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 03:56:41 PST 2024


================
@@ -1,7 +1,8 @@
-; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
-; RUN: opt < %s -enable-no-nans-fp-math -passes="print<cost-model>" 2>&1 -disable-output -mtriple=aarch64 -mattr=+fullfp16 -mattr=+sve | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -mattr=+sve -mattr=+fullfp16 -enable-no-nans-fp-math -disable-output -passes="print<cost-model>" %s 2>&1 | FileCheck %s
----------------
fhahn wrote:

unrelated changed?

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


More information about the llvm-commits mailing list