|
88 | 88 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-zimop %s -o - | FileCheck --check-prefix=RV32ZIMOP %s
|
89 | 89 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-zcmop %s -o - | FileCheck --check-prefix=RV32ZCMOP %s
|
90 | 90 | ; RUN: llc -mtriple=riscv32 -mattr=+smaia %s -o - | FileCheck --check-prefixes=CHECK,RV32SMAIA %s
|
91 |
| -; RUN: llc -mtriple=riscv32 -mattr=+smepmp %s -o - | FileCheck --check-prefixes=CHECK,RV32SMEPMP %s |
92 | 91 | ; RUN: llc -mtriple=riscv32 -mattr=+ssaia %s -o - | FileCheck --check-prefixes=CHECK,RV32SSAIA %s
|
| 92 | +; RUN: llc -mtriple=riscv32 -mattr=+smepmp %s -o - | FileCheck --check-prefixes=CHECK,RV32SMEPMP %s |
93 | 93 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-zfbfmin %s -o - | FileCheck --check-prefixes=CHECK,RV32ZFBFMIN %s
|
94 | 94 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-zvfbfmin %s -o - | FileCheck --check-prefixes=CHECK,RV32ZVFBFMIN %s
|
95 | 95 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-zvfbfwma %s -o - | FileCheck --check-prefixes=CHECK,RV32ZVFBFWMA %s
|
|
190 | 190 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-zimop %s -o - | FileCheck --check-prefix=RV64ZIMOP %s
|
191 | 191 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-zcmop %s -o - | FileCheck --check-prefix=RV64ZCMOP %s
|
192 | 192 | ; RUN: llc -mtriple=riscv64 -mattr=+smaia %s -o - | FileCheck --check-prefixes=CHECK,RV64SMAIA %s
|
193 |
| -; RUN: llc -mtriple=riscv64 -mattr=+smepmp %s -o - | FileCheck --check-prefixes=CHECK,RV64SMEPMP %s |
194 | 193 | ; RUN: llc -mtriple=riscv64 -mattr=+ssaia %s -o - | FileCheck --check-prefixes=CHECK,RV64SSAIA %s
|
| 194 | +; RUN: llc -mtriple=riscv64 -mattr=+smepmp %s -o - | FileCheck --check-prefixes=CHECK,RV64SMEPMP %s |
195 | 195 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-zfbfmin %s -o - | FileCheck --check-prefixes=CHECK,RV64ZFBFMIN %s
|
196 | 196 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-zvfbfmin %s -o - | FileCheck --check-prefixes=CHECK,RV64ZVFBFMIN %s
|
197 | 197 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-zvfbfwma %s -o - | FileCheck --check-prefixes=CHECK,RV64ZVFBFWMA %s
|
|
287 | 287 | ; RV32ZIMOP: .attribute 5, "rv32i2p1_zimop0p1"
|
288 | 288 | ; RV32ZCMOP: .attribute 5, "rv32i2p1_zca1p0_zcmop0p2"
|
289 | 289 | ; RV32SMAIA: .attribute 5, "rv32i2p1_smaia1p0"
|
290 |
| -; RV32SMEPMP: .attribute 5, "rv32i2p1_smepmp1p0" |
291 | 290 | ; RV32SSAIA: .attribute 5, "rv32i2p1_ssaia1p0"
|
| 291 | +; RV32SMEPMP: .attribute 5, "rv32i2p1_smepmp1p0" |
292 | 292 | ; RV32ZFBFMIN: .attribute 5, "rv32i2p1_f2p2_zicsr2p0_zfbfmin1p0"
|
293 | 293 | ; RV32ZVFBFMIN: .attribute 5, "rv32i2p1_f2p2_zicsr2p0_zve32f1p0_zve32x1p0_zvfbfmin1p0_zvl32b1p0"
|
294 | 294 | ; RV32ZVFBFWMA: .attribute 5, "rv32i2p1_f2p2_zicsr2p0_zfbfmin1p0_zve32f1p0_zve32x1p0_zvfbfmin1p0_zvfbfwma1p0_zvl32b1p0"
|
|
388 | 388 | ; RV64ZIMOP: .attribute 5, "rv64i2p1_zimop0p1"
|
389 | 389 | ; RV64ZCMOP: .attribute 5, "rv64i2p1_zca1p0_zcmop0p2"
|
390 | 390 | ; RV64SMAIA: .attribute 5, "rv64i2p1_smaia1p0"
|
391 |
| -; RV64SMEPMP: .attribute 5, "rv64i2p1_smepmp1p0" |
392 | 391 | ; RV64SSAIA: .attribute 5, "rv64i2p1_ssaia1p0"
|
| 392 | +; RV64SMEPMP: .attribute 5, "rv64i2p1_smepmp1p0" |
393 | 393 | ; RV64ZFBFMIN: .attribute 5, "rv64i2p1_f2p2_zicsr2p0_zfbfmin1p0"
|
394 | 394 | ; RV64ZVFBFMIN: .attribute 5, "rv64i2p1_f2p2_zicsr2p0_zve32f1p0_zve32x1p0_zvfbfmin1p0_zvl32b1p0"
|
395 | 395 | ; RV64ZVFBFWMA: .attribute 5, "rv64i2p1_f2p2_zicsr2p0_zfbfmin1p0_zve32f1p0_zve32x1p0_zvfbfmin1p0_zvfbfwma1p0_zvl32b1p0"
|
|
0 commit comments