[RISCV] emit .option directive for functions with target features which differ from...
[llvm-project.git] / llvm / test / Other / print-slotindexes.ll
blobcc0abb75a59b047aadfe2bd7a7ca49eb9bb1df7f
1 ; RUN: llc -print-after=slotindexes < %s 2>&1 | FileCheck %s --check-prefixes=CHECK,SI 
2 ; RUN: llc -print-after=slotindexes -print-slotindexes=false < %s 2>&1 | FileCheck %s --check-prefixes=CHECK,NOSI
3 ; REQUIRES: default_triple
4 define void @foo(){
5   ret void
8 ;CHECK: IR Dump {{.*}}
9 ;CHECK: # Machine code for function foo{{.*}}
10 ;SI: {{[0-9]+}}B bb.0 (%ir-block.0)
11 ;NOSI: {{^}}bb.0 (%ir-block.0)