blob: 65cb32cdd9aebfe8520b63fef32d0683b2f9c7a3 [file] [log] [blame] [edit]
# RUN: not llc -march=amdgcn -run-pass=none -o /dev/null %s 2>&1 | \
# RUN: FileCheck --strict-whitespace %s
---
name: extra_imm_operand
body: |
bb.0:
; CHECK: [[@LINE+3]]:17: too many operands for instruction
; CHECK-NEXT: {{^}} S_ENDPGM 0, 0
; CHECK-NEXT: {{^}} ^
S_ENDPGM 0, 0
...