]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[14] Use --param=aarch64-autovec-preference=2 instead of =sve-only
authorRichard Biener <rguenther@suse.de>
Tue, 22 Apr 2025 14:40:42 +0000 (16:40 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 22 Apr 2025 14:40:42 +0000 (16:40 +0200)
This updates the backported test.

PR tree-optimization/119706
* g++.target/aarch64/sve/pr119706.C: Adjust --param
aarch64-autovec-preference.

gcc/testsuite/g++.target/aarch64/sve/pr119706.C

index 40fefe5f4fb2296a727c3e285db7db356082c360..b185c12496f054c22a7069d0aa2f561e56825260 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -mcpu=neoverse-v2 --param=aarch64-autovec-preference=sve-only -w" } */
+/* { dg-options "-O3 -mcpu=neoverse-v2 --param=aarch64-autovec-preference=2 -w" } */
 
 namespace a {
 typedef long unsigned b;
@@ -175,4 +175,4 @@ void u::v(cd, b) {
   df.r();
 }
 } // namespace basic
-} // namespace a
\ No newline at end of file
+} // namespace a