reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
# RUN: llvm-mc -arch=hexagon -mhvx --filetype=asm %s -o - 2>&1 | FileCheck %s
# RUN: llvm-mc --no-warn -arch=hexagon -mhvx --filetype=obj %s -o - | llvm-objdump -d - | FileCheck --check-prefix=CHECK-NOWARN %s
# RUN: not llvm-mc --fatal-warnings -arch=hexagon -mhvx --filetype=asm %s 2>&1 | FileCheck --check-prefix=CHECK-FATAL-WARN %s

	.text
    .warning

{
  v7.tmp = vmem(r28 + #3)
  v7:6.w = vadd(v17:16.w, v17:16.w)
  v17:16.uw = vunpack(v8.uh)
}

# CHECK-NOWARN-NOT: warning
# CHECK-FATAL-WARN-NOT: warning
# CHECK-FATAL-WARN: error
# CHECK-FATAL-WARN: error
# CHECK: warning:
# CHECK: warning: