[NFC][tests] Relax matching for prefer-vector-width.f90
The attributes matching was too strict and caused failures: https://lab.llvm.org/buildbot/#/builders/157/builds/29494/steps/6/logs/FAIL__Flang__prefer-vector-width_f90
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
subroutine func
|
||||
end subroutine func
|
||||
|
||||
! 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" }
|
||||
! 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"
|
||||
! CHECK-INVALID:error: invalid value 'xxx' in '-mprefer-vector-width=xxx'
|
||||
|
||||
Reference in New Issue
Block a user