31 lines · plain
1# RUN: llc -o /dev/null 2>&1 %s -mtriple aarch64-unknown -mcpu=cortex-x1 -run-pass=machine-scheduler2# RUN: llc -o /dev/null 2>&1 %s -mtriple aarch64-unknown -mcpu=cortex-x1 -passes=machine-scheduler3# Just ensure this doesn't crash.4 5---6name: crash7tracksRegLiveness: true8body: |9 bb.0:10 successors: %bb.1(0x00000000), %bb.2(0x80000000)11 liveins: $w0, $x112 13 %1:gpr64common = COPY $x114 %0:gpr32common = COPY $w015 %3:gpr64sp = COPY $xzr16 INLINEASM &"", 9 /* sideeffect mayload attdialect */, 196622 /* mem:m */, %317 %4:gpr32 = ADDSWri %0, 1, 0, implicit-def $nzcv18 STRWui %4, %1, 0 :: (store (s32))19 Bcc 3, %bb.2, implicit killed $nzcv20 B %bb.121 22 bb.1:23 successors:24 25 ADJCALLSTACKDOWN 0, 0, implicit-def dead $sp, implicit $sp26 ADJCALLSTACKUP 0, 0, implicit-def dead $sp, implicit $sp27 28 bb.2:29 RET_ReallyLR30...31