|
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 |
|
100 | 101 | ; RUN: llc -mtriple=riscv64 -mattr=+zmmul %s -o - | FileCheck --check-prefixes=CHECK,RV64ZMMUL %s |
101 | 102 | ; RUN: llc -mtriple=riscv64 -mattr=+m,+zmmul %s -o - | FileCheck --check-prefixes=CHECK,RV64MZMMUL %s |
102 | 103 | ; RUN: llc -mtriple=riscv64 -mattr=+a %s -o - | FileCheck --check-prefixes=CHECK,RV64A %s |
| 104 | +; RUN: llc -mtriple=riscv64 -mattr=+b %s -o - | FileCheck --check-prefixes=CHECK,RV64B %s |
103 | 105 | ; RUN: llc -mtriple=riscv64 -mattr=+f %s -o - | FileCheck --check-prefixes=CHECK,RV64F %s |
104 | 106 | ; RUN: llc -mtriple=riscv64 -mattr=+d %s -o - | FileCheck --check-prefixes=CHECK,RV64D %s |
105 | 107 | ; RUN: llc -mtriple=riscv64 -mattr=+c %s -o - | FileCheck --check-prefixes=CHECK,RV64C %s |
|
202 | 204 | ; RV32ZMMUL: .attribute 5, "rv32i2p1_zmmul1p0" |
203 | 205 | ; RV32MZMMUL: .attribute 5, "rv32i2p1_m2p0_zmmul1p0" |
204 | 206 | ; RV32A: .attribute 5, "rv32i2p1_a2p1" |
| 207 | +; RV32B: .attribute 5, "rv32i2p1_b1p0_zba1p0_zbb1p0_zbs1p0" |
205 | 208 | ; RV32F: .attribute 5, "rv32i2p1_f2p2_zicsr2p0" |
206 | 209 | ; RV32D: .attribute 5, "rv32i2p1_f2p2_d2p2_zicsr2p0" |
207 | 210 | ; RV32C: .attribute 5, "rv32i2p1_c2p0" |
|
296 | 299 | ; RV64ZMMUL: .attribute 5, "rv64i2p1_zmmul1p0" |
297 | 300 | ; RV64MZMMUL: .attribute 5, "rv64i2p1_m2p0_zmmul1p0" |
298 | 301 | ; RV64A: .attribute 5, "rv64i2p1_a2p1" |
| 302 | +; RV64B: .attribute 5, "rv64i2p1_b1p0_zba1p0_zbb1p0_zbs1p0" |
299 | 303 | ; RV64F: .attribute 5, "rv64i2p1_f2p2_zicsr2p0" |
300 | 304 | ; RV64D: .attribute 5, "rv64i2p1_f2p2_d2p2_zicsr2p0" |
301 | 305 | ; RV64C: .attribute 5, "rv64i2p1_c2p0" |
|
0 commit comments