brintos

brintos / llvm-project-archived public Read only

0
0
Text · 278 B · cf09553 Raw
18 lines · plain
1# RUN: llc -run-pass none -o - %s | FileCheck %s2# This test ensures that the MIR parser preserves unnamed LLVM IR block3# references.4 5--- |6 7  define i32 @foo() {8    ret i32 09  }10 11...12---13name:            foo14body: |15  ; CHECK: bb.0 (%ir-block.0):16  bb.0 (%ir-block.0):17...18