Skip to content

Commit 3f503ce

Browse files
committed
Update attributes.ll double-trap
1 parent 709c7f7 commit 3f503ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

llvm/test/CodeGen/RISCV/attributes.ll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
; RUN: llc -mtriple=riscv32 -mattr=+ssaia %s -o - | FileCheck --check-prefixes=CHECK,RV32SSAIA %s
116116
; RUN: llc -mtriple=riscv32 -mattr=+smcsrind %s -o - | FileCheck --check-prefixes=CHECK,RV32SMCSRIND %s
117117
; RUN: llc -mtriple=riscv32 -mattr=+sscsrind %s -o - | FileCheck --check-prefixes=CHECK,RV32SSCSRIND %s
118+
; RUN: llc -mtriple=riscv32 -mattr=+smdbltrp %s -o - | FileCheck --check-prefixes=CHECK,RV32SMDBLTRP %s
119+
; RUN: llc -mtriple=riscv32 -mattr=+ssdbltrp %s -o - | FileCheck --check-prefixes=CHECK,RV32SSDBLTRP %s
118120
; RUN: llc -mtriple=riscv32 -mattr=+ssqosid %s -o - | FileCheck --check-prefix=RV32SSQOSID %s
119121
; RUN: llc -mtriple=riscv32 -mattr=+smcdeleg %s -o - | FileCheck --check-prefixes=CHECK,RV32SMCDELEG %s
120122
; RUN: llc -mtriple=riscv32 -mattr=+smepmp %s -o - | FileCheck --check-prefixes=CHECK,RV32SMEPMP %s
@@ -258,6 +260,8 @@
258260
; RUN: llc -mtriple=riscv64 -mattr=+ssaia %s -o - | FileCheck --check-prefixes=CHECK,RV64SSAIA %s
259261
; RUN: llc -mtriple=riscv64 -mattr=+smcsrind %s -o - | FileCheck --check-prefixes=CHECK,RV64SMCSRIND %s
260262
; RUN: llc -mtriple=riscv64 -mattr=+sscsrind %s -o - | FileCheck --check-prefixes=CHECK,RV64SSCSRIND %s
263+
; RUN: llc -mtriple=riscv64 -mattr=+smdbltrp %s -o - | FileCheck --check-prefixes=CHECK,RV64SMDBLTRP %s
264+
; RUN: llc -mtriple=riscv64 -mattr=+ssdbltrp %s -o - | FileCheck --check-prefixes=CHECK,RV64SSDBLTRP %s
261265
; RUN: llc -mtriple=riscv64 -mattr=+ssqosid %s -o - | FileCheck --check-prefix=RV64SSQOSID %s
262266
; RUN: llc -mtriple=riscv64 -mattr=+smcdeleg %s -o - | FileCheck --check-prefixes=CHECK,RV64SMCDELEG %s
263267
; RUN: llc -mtriple=riscv64 -mattr=+smepmp %s -o - | FileCheck --check-prefixes=CHECK,RV64SMEPMP %s
@@ -407,6 +411,8 @@
407411
; RV32SSAIA: .attribute 5, "rv32i2p1_ssaia1p0"
408412
; RV32SMCSRIND: .attribute 5, "rv32i2p1_smcsrind1p0"
409413
; RV32SSCSRIND: .attribute 5, "rv32i2p1_sscsrind1p0"
414+
; RV32SMDBLTRP: .attribute 5, "rv32i2p1_smdbltrp1p0"
415+
; RV32SSDBLTRP: .attribute 5, "rv32i2p1_ssdbltrp1p0"
410416
; RV32SSQOSID: .attribute 5, "rv32i2p1_ssqosid1p0"
411417
; RV32SMCDELEG: .attribute 5, "rv32i2p1_smcdeleg1p0"
412418
; RV32SMEPMP: .attribute 5, "rv32i2p1_smepmp1p0"
@@ -548,6 +554,8 @@
548554
; RV64SSAIA: .attribute 5, "rv64i2p1_ssaia1p0"
549555
; RV64SMCSRIND: .attribute 5, "rv64i2p1_smcsrind1p0"
550556
; RV64SSCSRIND: .attribute 5, "rv64i2p1_sscsrind1p0"
557+
; RV64SMDBLTRP: .attribute 5, "rv64i2p1_smdbltrp1p0"
558+
; RV64SSDBLTRP: .attribute 5, "rv64i2p1_ssdbltrp1p0"
551559
; RV64SSQOSID: .attribute 5, "rv64i2p1_ssqosid1p0"
552560
; RV64SMCDELEG: .attribute 5, "rv64i2p1_smcdeleg1p0"
553561
; RV64SMEPMP: .attribute 5, "rv64i2p1_smepmp1p0"

0 commit comments

Comments
 (0)