|
115 | 115 | ; RUN: llc -mtriple=riscv32 -mattr=+ssaia %s -o - | FileCheck --check-prefixes=CHECK,RV32SSAIA %s
|
116 | 116 | ; RUN: llc -mtriple=riscv32 -mattr=+smcsrind %s -o - | FileCheck --check-prefixes=CHECK,RV32SMCSRIND %s
|
117 | 117 | ; RUN: llc -mtriple=riscv32 -mattr=+sscsrind %s -o - | FileCheck --check-prefixes=CHECK,RV32SSCSRIND %s
|
| 118 | +; RUN: llc -mtriple=riscv32 -mattr=+ssqosid %s -o - | FileCheck --check-prefix=RV32SSQOSID %s |
118 | 119 | ; RUN: llc -mtriple=riscv32 -mattr=+smcdeleg %s -o - | FileCheck --check-prefixes=CHECK,RV32SMCDELEG %s
|
119 | 120 | ; RUN: llc -mtriple=riscv32 -mattr=+smepmp %s -o - | FileCheck --check-prefixes=CHECK,RV32SMEPMP %s
|
120 | 121 | ; RUN: llc -mtriple=riscv32 -mattr=+zfbfmin %s -o - | FileCheck --check-prefixes=CHECK,RV32ZFBFMIN %s
|
|
132 | 133 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-smmpm %s -o - | FileCheck --check-prefix=RV32SMMPM %s
|
133 | 134 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-sspm %s -o - | FileCheck --check-prefix=RV32SSPM %s
|
134 | 135 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-supm %s -o - | FileCheck --check-prefix=RV32SUPM %s
|
135 |
| -; RUN: llc -mtriple=riscv32 -mattr=+experimental-ssqosid %s -o - | FileCheck --check-prefix=RV32SSQOSID %s |
136 | 136 |
|
137 | 137 | ; RUN: llc -mtriple=riscv64 %s -o - | FileCheck %s
|
138 | 138 | ; RUN: llc -mtriple=riscv64 -mattr=+m %s -o - | FileCheck --check-prefixes=CHECK,RV64M %s
|
|
256 | 256 | ; RUN: llc -mtriple=riscv64 -mattr=+ssaia %s -o - | FileCheck --check-prefixes=CHECK,RV64SSAIA %s
|
257 | 257 | ; RUN: llc -mtriple=riscv64 -mattr=+smcsrind %s -o - | FileCheck --check-prefixes=CHECK,RV64SMCSRIND %s
|
258 | 258 | ; RUN: llc -mtriple=riscv64 -mattr=+sscsrind %s -o - | FileCheck --check-prefixes=CHECK,RV64SSCSRIND %s
|
| 259 | +; RUN: llc -mtriple=riscv64 -mattr=+ssqosid %s -o - | FileCheck --check-prefix=RV64SSQOSID %s |
259 | 260 | ; RUN: llc -mtriple=riscv64 -mattr=+smcdeleg %s -o - | FileCheck --check-prefixes=CHECK,RV64SMCDELEG %s
|
260 | 261 | ; RUN: llc -mtriple=riscv64 -mattr=+smepmp %s -o - | FileCheck --check-prefixes=CHECK,RV64SMEPMP %s
|
261 | 262 | ; RUN: llc -mtriple=riscv64 -mattr=+zfbfmin %s -o - | FileCheck --check-prefixes=CHECK,RV64ZFBFMIN %s
|
|
272 | 273 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-smmpm %s -o - | FileCheck --check-prefix=RV64SMMPM %s
|
273 | 274 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-sspm %s -o - | FileCheck --check-prefix=RV64SSPM %s
|
274 | 275 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-supm %s -o - | FileCheck --check-prefix=RV64SUPM %s
|
275 |
| -; RUN: llc -mtriple=riscv64 -mattr=+experimental-ssqosid %s -o - | FileCheck --check-prefix=RV64SSQOSID %s |
276 | 276 |
|
277 | 277 | ; Tests for profile features.
|
278 | 278 | ; RUN: llc -mtriple=riscv32 -mattr=+rvi20u32 %s -o - | FileCheck --check-prefix=RVI20U32 %s
|
|
403 | 403 | ; RV32SSAIA: .attribute 5, "rv32i2p1_ssaia1p0"
|
404 | 404 | ; RV32SMCSRIND: .attribute 5, "rv32i2p1_smcsrind1p0"
|
405 | 405 | ; RV32SSCSRIND: .attribute 5, "rv32i2p1_sscsrind1p0"
|
| 406 | +; RV32SSQOSID: .attribute 5, "rv32i2p1_ssqosid1p0" |
406 | 407 | ; RV32SMCDELEG: .attribute 5, "rv32i2p1_smcdeleg1p0"
|
407 | 408 | ; RV32SMEPMP: .attribute 5, "rv32i2p1_smepmp1p0"
|
408 | 409 | ; RV32ZFBFMIN: .attribute 5, "rv32i2p1_f2p2_zicsr2p0_zfbfmin1p0"
|
|
420 | 421 | ; RV32SMMPM: .attribute 5, "rv32i2p1_smmpm1p0"
|
421 | 422 | ; RV32SSPM: .attribute 5, "rv32i2p1_sspm1p0"
|
422 | 423 | ; RV32SUPM: .attribute 5, "rv32i2p1_supm1p0"
|
423 |
| -; RV32SSQOSID: .attribute 5, "rv32i2p1_ssqosid1p0" |
424 | 424 |
|
425 | 425 | ; RV64M: .attribute 5, "rv64i2p1_m2p0_zmmul1p0"
|
426 | 426 | ; RV64ZMMUL: .attribute 5, "rv64i2p1_zmmul1p0"
|
|
542 | 542 | ; RV64SSAIA: .attribute 5, "rv64i2p1_ssaia1p0"
|
543 | 543 | ; RV64SMCSRIND: .attribute 5, "rv64i2p1_smcsrind1p0"
|
544 | 544 | ; RV64SSCSRIND: .attribute 5, "rv64i2p1_sscsrind1p0"
|
| 545 | +; RV64SSQOSID: .attribute 5, "rv64i2p1_ssqosid1p0" |
545 | 546 | ; RV64SMCDELEG: .attribute 5, "rv64i2p1_smcdeleg1p0"
|
546 | 547 | ; RV64SMEPMP: .attribute 5, "rv64i2p1_smepmp1p0"
|
547 | 548 | ; RV64ZFBFMIN: .attribute 5, "rv64i2p1_f2p2_zicsr2p0_zfbfmin1p0"
|
|
558 | 559 | ; RV64SMMPM: .attribute 5, "rv64i2p1_smmpm1p0"
|
559 | 560 | ; RV64SSPM: .attribute 5, "rv64i2p1_sspm1p0"
|
560 | 561 | ; RV64SUPM: .attribute 5, "rv64i2p1_supm1p0"
|
561 |
| -; RV64SSQOSID: .attribute 5, "rv64i2p1_ssqosid1p0" |
562 | 562 |
|
563 | 563 | ; RVI20U32: .attribute 5, "rv32i2p1"
|
564 | 564 | ; RVI20U64: .attribute 5, "rv64i2p1"
|
|
0 commit comments