[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git] / bolt / test / merge-fdata-no-lbr-mode.test
blob9dfad99f79994d5f3e46676ba3e526f439ce41ca
1 ## Check that merge-fdata tool correctly processes fdata files with header
2 ## string produced by no-lbr mode (no_lbr)
4 # REQUIRES: system-linux
6 # RUN: split-file %s %t
7 # RUN: merge-fdata %t/a.fdata %t/b.fdata -o %t/merged.fdata
8 # RUN: FileCheck %s --input-file %t/merged.fdata
10 # CHECK: no_lbr
11 # CHECK: main 2
13 #--- a.fdata
14 no_lbr
15 main 1
16 #--- b.fdata
17 no_lbr
18 main 1