|
47 | 47 | ; RUN: llc -mtriple=riscv32 -mattr=+shcounterenw %s -o - | FileCheck --check-prefixes=CHECK,RV32SHCOUNTERENW %s |
48 | 48 | ; RUN: llc -mtriple=riscv32 -mattr=+shgatpa %s -o - | FileCheck --check-prefixes=CHECK,RV32SHGATPA %s |
49 | 49 | ; RUN: llc -mtriple=riscv32 -mattr=+shvsatpa %s -o - | FileCheck --check-prefixes=CHECK,RV32SHVSATPA %s |
| 50 | +; RUN: llc -mtriple=riscv32 -mattr=+shlcofideleg %s -o - | FileCheck --check-prefixes=CHECK,RV32SHLCOFIDELEG %s |
50 | 51 | ; RUN: llc -mtriple=riscv32 -mattr=+ssccfg %s -o - | FileCheck --check-prefixes=CHECK,RV32SSCCFG %s |
51 | 52 | ; RUN: llc -mtriple=riscv32 -mattr=+ssccptr %s -o - | FileCheck --check-prefixes=CHECK,RV32SSCCPTR %s |
52 | 53 | ; RUN: llc -mtriple=riscv32 -mattr=+sscofpmf %s -o - | FileCheck --check-prefixes=CHECK,RV32SSCOFPMF %s |
|
222 | 223 | ; RUN: llc -mtriple=riscv64 -mattr=+shcounterenw %s -o - | FileCheck --check-prefixes=CHECK,RV64SHCOUNTERENW %s |
223 | 224 | ; RUN: llc -mtriple=riscv64 -mattr=+shgatpa %s -o - | FileCheck --check-prefixes=CHECK,RV64SHGATPA %s |
224 | 225 | ; RUN: llc -mtriple=riscv64 -mattr=+shvsatpa %s -o - | FileCheck --check-prefixes=CHECK,RV64SHVSATPA %s |
| 226 | +; RUN: llc -mtriple=riscv64 -mattr=+shlcofideleg %s -o - | FileCheck --check-prefixes=CHECK,RV64SHLCOFIDELEG %s |
225 | 227 | ; RUN: llc -mtriple=riscv64 -mattr=+ssccfg %s -o - | FileCheck --check-prefixes=CHECK,RV64SSCCFG %s |
226 | 228 | ; RUN: llc -mtriple=riscv64 -mattr=+ssccptr %s -o - | FileCheck --check-prefixes=CHECK,RV64SSCCPTR %s |
227 | 229 | ; RUN: llc -mtriple=riscv64 -mattr=+sscofpmf %s -o - | FileCheck --check-prefixes=CHECK,RV64SSCOFPMF %s |
|
396 | 398 | ; RV32SHCOUNTERENW: .attribute 5, "rv32i2p1_shcounterenw1p0" |
397 | 399 | ; RV32SHGATPA: .attribute 5, "rv32i2p1_shgatpa1p0" |
398 | 400 | ; RV32SHVSATPA: .attribute 5, "rv32i2p1_shvsatpa1p0" |
| 401 | +; RV32SHLCOFIDELEG: .attribute 5, "rv32i2p1_shlcofideleg1p0" |
399 | 402 | ; RV32SSCCFG: .attribute 5, "rv32i2p1_ssccfg1p0" |
400 | 403 | ; RV32SSCCPTR: .attribute 5, "rv32i2p1_ssccptr1p0" |
401 | 404 | ; RV32SSCOFPMF: .attribute 5, "rv32i2p1_sscofpmf1p0" |
|
572 | 575 | ; RV64SHCOUNTERENW: .attribute 5, "rv64i2p1_shcounterenw1p0" |
573 | 576 | ; RV64SHGATPA: .attribute 5, "rv64i2p1_shgatpa1p0" |
574 | 577 | ; RV64SHVSATPA: .attribute 5, "rv64i2p1_shvsatpa1p0" |
| 578 | +; RV64SHLCOFIDELEG: .attribute 5, "rv64i2p1_shlcofideleg1p0" |
575 | 579 | ; RV64SSCCFG: .attribute 5, "rv64i2p1_ssccfg1p0" |
576 | 580 | ; RV64SSCCPTR: .attribute 5, "rv64i2p1_ssccptr1p0" |
577 | 581 | ; RV64SSCOFPMF: .attribute 5, "rv64i2p1_sscofpmf1p0" |
|
0 commit comments