|
5 | 5 | ; RUN: llc -mtriple=riscv32 -mattr=+zmmul %s -o - | FileCheck --check-prefixes=CHECK,RV32ZMMUL %s
|
6 | 6 | ; RUN: llc -mtriple=riscv32 -mattr=+m,+zmmul %s -o - | FileCheck --check-prefixes=CHECK,RV32MZMMUL %s
|
7 | 7 | ; RUN: llc -mtriple=riscv32 -mattr=+a %s -o - | FileCheck --check-prefixes=CHECK,RV32A %s
|
| 8 | +; RUN: llc -mtriple=riscv32 -mattr=+b %s -o - | FileCheck --check-prefixes=CHECK,RV32B %s |
8 | 9 | ; RUN: llc -mtriple=riscv32 -mattr=+f %s -o - | FileCheck --check-prefixes=CHECK,RV32F %s
|
9 | 10 | ; RUN: llc -mtriple=riscv32 -mattr=+d %s -o - | FileCheck --check-prefixes=CHECK,RV32D %s
|
10 | 11 | ; RUN: llc -mtriple=riscv32 -mattr=+c %s -o - | FileCheck --check-prefixes=CHECK,RV32C %s
|
|
131 | 132 | ; RUN: llc -mtriple=riscv64 -mattr=+zmmul %s -o - | FileCheck --check-prefixes=CHECK,RV64ZMMUL %s
|
132 | 133 | ; RUN: llc -mtriple=riscv64 -mattr=+m,+zmmul %s -o - | FileCheck --check-prefixes=CHECK,RV64MZMMUL %s
|
133 | 134 | ; RUN: llc -mtriple=riscv64 -mattr=+a %s -o - | FileCheck --check-prefixes=CHECK,RV64A %s
|
| 135 | +; RUN: llc -mtriple=riscv64 -mattr=+b %s -o - | FileCheck --check-prefixes=CHECK,RV64B %s |
134 | 136 | ; RUN: llc -mtriple=riscv64 -mattr=+f %s -o - | FileCheck --check-prefixes=CHECK,RV64F %s
|
135 | 137 | ; RUN: llc -mtriple=riscv64 -mattr=+d %s -o - | FileCheck --check-prefixes=CHECK,RV64D %s
|
136 | 138 | ; RUN: llc -mtriple=riscv64 -mattr=+c %s -o - | FileCheck --check-prefixes=CHECK,RV64C %s
|
|
277 | 279 | ; RV32ZMMUL: .attribute 5, "rv32i2p1_zmmul1p0"
|
278 | 280 | ; RV32MZMMUL: .attribute 5, "rv32i2p1_m2p0_zmmul1p0"
|
279 | 281 | ; RV32A: .attribute 5, "rv32i2p1_a2p1"
|
| 282 | +; RV32B: .attribute 5, "rv32i2p1_b1p0_zba1p0_zbb1p0_zbs1p0" |
280 | 283 | ; RV32F: .attribute 5, "rv32i2p1_f2p2_zicsr2p0"
|
281 | 284 | ; RV32D: .attribute 5, "rv32i2p1_f2p2_d2p2_zicsr2p0"
|
282 | 285 | ; RV32C: .attribute 5, "rv32i2p1_c2p0"
|
|
402 | 405 | ; RV64ZMMUL: .attribute 5, "rv64i2p1_zmmul1p0"
|
403 | 406 | ; RV64MZMMUL: .attribute 5, "rv64i2p1_m2p0_zmmul1p0"
|
404 | 407 | ; RV64A: .attribute 5, "rv64i2p1_a2p1"
|
| 408 | +; RV64B: .attribute 5, "rv64i2p1_b1p0_zba1p0_zbb1p0_zbs1p0" |
405 | 409 | ; RV64F: .attribute 5, "rv64i2p1_f2p2_zicsr2p0"
|
406 | 410 | ; RV64D: .attribute 5, "rv64i2p1_f2p2_d2p2_zicsr2p0"
|
407 | 411 | ; RV64C: .attribute 5, "rv64i2p1_c2p0"
|
|
0 commit comments