Skip to content

Commit 8162983

Browse files
committed
fixup! [RISCV] Add Xqccmp Assembly Support
1 parent 1d71256 commit 8162983

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/test/CodeGen/RISCV/attributes.ll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
; RUN: llc -mtriple=riscv32 -mattr=+xtheadmempair %s -o - | FileCheck --check-prefix=RV32XTHEADMEMPAIR %s
8282
; RUN: llc -mtriple=riscv32 -mattr=+xtheadsync %s -o - | FileCheck --check-prefix=RV32XTHEADSYNC %s
8383
; 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
8485
; RUN: llc -mtriple=riscv32 -mattr=+experimental-xqcia %s -o - | FileCheck --check-prefix=RV32XQCIA %s
8586
; RUN: llc -mtriple=riscv32 -mattr=+experimental-xqciac %s -o - | FileCheck --check-prefix=RV32XQCIAC %s
8687
; RUN: llc -mtriple=riscv32 -mattr=+experimental-xqcicli %s -o - | FileCheck --check-prefix=RV32XQCICLI %s
@@ -302,6 +303,8 @@
302303
; RUN: llc -mtriple=riscv64 -mattr=+experimental-ssctr %s -o - | FileCheck --check-prefix=RV64SSCTR %s
303304
; RUN: llc -mtriple=riscv64 -mattr=+experimental-sdext %s -o - | FileCheck --check-prefix=RV64SDEXT %s
304305
; 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+
305308

306309
; Tests for profile features.
307310
; RUN: llc -mtriple=riscv32 -mattr=+rvi20u32 %s -o - | FileCheck --check-prefix=RVI20U32 %s
@@ -398,6 +401,7 @@
398401
; RV32XTHEADMEMPAIR: .attribute 5, "rv32i2p1_xtheadmempair1p0"
399402
; RV32XTHEADSYNC: .attribute 5, "rv32i2p1_xtheadsync1p0"
400403
; RV32XWCHC: .attribute 5, "rv32i2p1_xwchc2p2"
404+
; RV32XQCCMP: .attribute 5, "rv32i2p1_zca1p0_xqccmp0p1"
401405
; RV32XQCIA: .attribute 5, "rv32i2p1_xqcia0p2"
402406
; RV32XQCIAC: .attribute 5, "rv32i2p1_zca1p0_xqciac0p3"
403407
; RV32XQCICLI: .attribute 5, "rv32i2p1_xqcicli0p2"
@@ -617,6 +621,7 @@
617621
; RV64SSCTR: .attribute 5, "rv64i2p1_sscsrind1p0_ssctr1p0"
618622
; RV64SDEXT: .attribute 5, "rv64i2p1_sdext1p0"
619623
; RV64SDTRIG: .attribute 5, "rv64i2p1_sdtrig1p0"
624+
; RV64XQCCMP: .attribute 5, "rv64i2p1_zca1p0_xqccmp0p1"
620625

621626
; RVI20U32: .attribute 5, "rv32i2p1"
622627
; RVI20U64: .attribute 5, "rv64i2p1"

0 commit comments

Comments
 (0)