# RUN: not llc -run-pass none -o - %s 2>&1 | FileCheck %s
---
name: err_after_vscale1
body: |
bb.0:
%0:_(<vscale notanx) = IMPLICIT_DEF
...
# CHECK: expected <vscale x M x sN> or <vscale x M x pA>
# RUN: not llc -run-pass none -o - %s 2>&1 | FileCheck %s
---
name: err_after_vscale1
body: |
bb.0:
%0:_(<vscale notanx) = IMPLICIT_DEF
...
# CHECK: expected <vscale x M x sN> or <vscale x M x pA>