brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · c91c6f6 Raw
50 lines · plain
1# RUN: not --crash llc -mtriple=mips64 -mcpu=mips64r2 -start-after=finalize-isel -stop-after=finalize-isel \2# RUN:         -verify-machineinstrs %s -o - 2>&1 | FileCheck %s3 4# CHECK: Position operand is out of range!5 6# Check that the machine verifier checks the position operand is in the range 32..637---8name:            dextu9alignment:       810exposesReturnsTwice: false11legalized:       false12regBankSelected: false13selected:        false14tracksRegLiveness: true15registers:16  - { id: 0, class: gpr64, preferred-register: '' }17  - { id: 1, class: gpr64, preferred-register: '' }18liveins:19  - { reg: '$a0_64', virtual-reg: '%0' }20frameInfo:21  isFrameAddressTaken: false22  isReturnAddressTaken: false23  hasStackMap:     false24  hasPatchPoint:   false25  stackSize:       026  offsetAdjustment: 027  maxAlignment:    128  adjustsStack:    false29  hasCalls:        false30  stackProtector:  ''31  maxCallFrameSize: 429496729532  hasOpaqueSPAdjustment: false33  hasVAStart:      false34  hasMustTailInVarArgFunc: false35  savePoint:       []36  restorePoint:    []37fixedStack:38stack:39constants:40body:             |41  bb.0.entry:42    liveins: $a0_6443 44    %0 = COPY $a0_6445    %1 = DEXTU %0, 64, 546    $v0_64 = COPY %147    RetRA implicit $v0_6448 49...50