| # RUN: not llc -march=mips64 -mcpu=mips64r2 -start-after=finalize-isel -stop-after=finalize-isel \ |
| # RUN: -verify-machineinstrs %s -o - 2>&1 | FileCheck %s |
| # CHECK: Position operand is out of range! |
| # Check that the machine verifier checks the position operand is in the range 0..31 |
| exposesReturnsTwice: false |
| - { id: 0, class: gpr32, preferred-register: '' } |
| - { id: 1, class: gpr32, preferred-register: '' } |
| - { reg: '$a0', virtual-reg: '%0' } |
| isFrameAddressTaken: false |
| isReturnAddressTaken: false |
| maxCallFrameSize: 4294967295 |
| hasOpaqueSPAdjustment: false |
| hasMustTailInVarArgFunc: false |