We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60250c1 commit b68565bCopy full SHA for b68565b
flang/test/Driver/prefer-vector-width.f90
@@ -9,8 +9,8 @@
9
subroutine func
10
end subroutine func
11
12
-! CHECK-DEF-NOT: attributes #0 = { "prefer-vector-width"={{.*}} }
13
-! CHECK-NONE: attributes #0 = { "prefer-vector-width"="none" }
14
-! CHECK-128: attributes #0 = { "prefer-vector-width"="128" }
15
-! CHECK-256: attributes #0 = { "prefer-vector-width"="256" }
+! CHECK-DEF-NOT: attributes #0 = { "prefer-vector-width"={{.*}}
+! CHECK-NONE: attributes #0 = { "prefer-vector-width"="none"
+! CHECK-128: attributes #0 = { "prefer-vector-width"="128"
+! CHECK-256: attributes #0 = { "prefer-vector-width"="256"
16
! CHECK-INVALID:error: invalid value 'xxx' in '-mprefer-vector-width=xxx'
0 commit comments