[RISCV] Match vcompress during shuffle lowering (#117748)
[llvm-project.git] / llvm / test / CodeGen / RISCV / sdata-limit-8.ll
blob3efe7739813e877d656f8f02db2495fe4fa4d86b
1 ; RUN: llc -mtriple=riscv32 < %s | FileCheck -check-prefix=RV32 %s
2 ; RUN: llc -mtriple=riscv64 < %s | FileCheck -check-prefix=RV64 %s
4 @v = dso_local global i32 0, align 4
5 @r = dso_local global i64 7, align 8
7 ; SmallDataLimit set to 8, so we expect @v will be put in sbss
8 ; and @r will be put in sdata.
9 !llvm.module.flags = !{!0}
10 !0 = !{i32 8, !"SmallDataLimit", i32 8}
12 ; RV32:    .section        .sbss
13 ; RV32:    .section        .sdata
14 ; RV64:    .section        .sbss
15 ; RV64:    .section        .sdata