|
81 | 81 | ; RUN: llc -mtriple=riscv32 -mattr=+xtheadmempair %s -o - | FileCheck --check-prefix=RV32XTHEADMEMPAIR %s |
82 | 82 | ; RUN: llc -mtriple=riscv32 -mattr=+xtheadsync %s -o - | FileCheck --check-prefix=RV32XTHEADSYNC %s |
83 | 83 | ; RUN: llc -mtriple=riscv32 -mattr=+xwchc %s -o - | FileCheck --check-prefix=RV32XWCHC %s |
| 84 | +; RUN: llc -mtriple=riscv32 -mattr=+experimental-xqccmp %s -o - | FileCheck --check-prefix=RV32XQCCMP %s |
84 | 85 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-xqcia %s -o - | FileCheck --check-prefix=RV32XQCIA %s |
85 | 86 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-xqciac %s -o - | FileCheck --check-prefix=RV32XQCIAC %s |
86 | 87 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-xqcicli %s -o - | FileCheck --check-prefix=RV32XQCICLI %s |
|
302 | 303 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-ssctr %s -o - | FileCheck --check-prefix=RV64SSCTR %s |
303 | 304 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-sdext %s -o - | FileCheck --check-prefix=RV64SDEXT %s |
304 | 305 | ; RUN: llc -mtriple=riscv64 -mattr=+experimental-sdtrig %s -o - | FileCheck --check-prefix=RV64SDTRIG %s |
| 306 | +; RUN: llc -mtriple=riscv64 -mattr=+experimental-xqccmp %s -o - | FileCheck --check-prefix=RV64XQCCMP %s |
| 307 | + |
305 | 308 |
|
306 | 309 | ; Tests for profile features. |
307 | 310 | ; RUN: llc -mtriple=riscv32 -mattr=+rvi20u32 %s -o - | FileCheck --check-prefix=RVI20U32 %s |
|
398 | 401 | ; RV32XTHEADMEMPAIR: .attribute 5, "rv32i2p1_xtheadmempair1p0" |
399 | 402 | ; RV32XTHEADSYNC: .attribute 5, "rv32i2p1_xtheadsync1p0" |
400 | 403 | ; RV32XWCHC: .attribute 5, "rv32i2p1_xwchc2p2" |
| 404 | +; RV32XQCCMP: .attribute 5, "rv32i2p1_zca1p0_xqccmp0p1" |
401 | 405 | ; RV32XQCIA: .attribute 5, "rv32i2p1_xqcia0p2" |
402 | 406 | ; RV32XQCIAC: .attribute 5, "rv32i2p1_zca1p0_xqciac0p3" |
403 | 407 | ; RV32XQCICLI: .attribute 5, "rv32i2p1_xqcicli0p2" |
|
617 | 621 | ; RV64SSCTR: .attribute 5, "rv64i2p1_sscsrind1p0_ssctr1p0" |
618 | 622 | ; RV64SDEXT: .attribute 5, "rv64i2p1_sdext1p0" |
619 | 623 | ; RV64SDTRIG: .attribute 5, "rv64i2p1_sdtrig1p0" |
| 624 | +; RV64XQCCMP: .attribute 5, "rv64i2p1_zca1p0_xqccmp0p1" |
620 | 625 |
|
621 | 626 | ; RVI20U32: .attribute 5, "rv32i2p1" |
622 | 627 | ; RVI20U64: .attribute 5, "rv64i2p1" |
|
0 commit comments