reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # RUN: llc -mtriple=arm-apple-ios -run-pass=if-converter %s -o - | FileCheck %s --- name: foo body: | bb.0: B %bb.2 bb.1: BX_RET 14, 0 bb.2: Bcc %bb.1, 1, $cpsr bb.3: B %bb.1 ... # We should get a single block containing the BX_RET, with no successors at all # CHECK: body: # CHECK-NEXT: bb.0: # CHECK-NEXT: BX_RET |