|
39 | 39 | ; RUN: llc -mtriple=riscv32 -mattr=+zicbom %s -o - | FileCheck --check-prefixes=CHECK,RV32ZICBOM %s
|
40 | 40 | ; RUN: llc -mtriple=riscv32 -mattr=+zicboz %s -o - | FileCheck --check-prefixes=CHECK,RV32ZICBOZ %s
|
41 | 41 | ; RUN: llc -mtriple=riscv32 -mattr=+zicbop %s -o - | FileCheck --check-prefixes=CHECK,RV32ZICBOP %s
|
| 42 | +; RUN: llc -mtriple=riscv32 -mattr=+sha %s -o - | FileCheck --check-prefixes=CHECK,RV32SHA %s |
42 | 43 | ; RUN: llc -mtriple=riscv32 -mattr=+shcounterenw %s -o - | FileCheck --check-prefixes=CHECK,RV32SHCOUNTERENW %s
|
43 | 44 | ; RUN: llc -mtriple=riscv32 -mattr=+shgatpa %s -o - | FileCheck --check-prefixes=CHECK,RV32SHGATPA %s
|
44 | 45 | ; RUN: llc -mtriple=riscv32 -mattr=+shvsatpa %s -o - | FileCheck --check-prefixes=CHECK,RV32SHVSATPA %s
|
|
178 | 179 | ; RUN: llc -mtriple=riscv64 -mattr=+zicbom %s -o - | FileCheck --check-prefixes=CHECK,RV64ZICBOM %s
|
179 | 180 | ; RUN: llc -mtriple=riscv64 -mattr=+zicboz %s -o - | FileCheck --check-prefixes=CHECK,RV64ZICBOZ %s
|
180 | 181 | ; RUN: llc -mtriple=riscv64 -mattr=+zicbop %s -o - | FileCheck --check-prefixes=CHECK,RV64ZICBOP %s
|
| 182 | +; RUN: llc -mtriple=riscv64 -mattr=+sha %s -o - | FileCheck --check-prefixes=CHECK,RV64SHA %s |
181 | 183 | ; RUN: llc -mtriple=riscv64 -mattr=+shcounterenw %s -o - | FileCheck --check-prefixes=CHECK,RV64SHCOUNTERENW %s
|
182 | 184 | ; RUN: llc -mtriple=riscv64 -mattr=+shgatpa %s -o - | FileCheck --check-prefixes=CHECK,RV64SHGATPA %s
|
183 | 185 | ; RUN: llc -mtriple=riscv64 -mattr=+shvsatpa %s -o - | FileCheck --check-prefixes=CHECK,RV64SHVSATPA %s
|
|
333 | 335 | ; RV32ZICBOM: .attribute 5, "rv32i2p1_zicbom1p0"
|
334 | 336 | ; RV32ZICBOZ: .attribute 5, "rv32i2p1_zicboz1p0"
|
335 | 337 | ; RV32ZICBOP: .attribute 5, "rv32i2p1_zicbop1p0"
|
| 338 | +; RV32SHA: .attribute 5, "rv32i2p1_h1p0_sha1p0_shcounterenw1p0_shgatpa1p0_shtvala1p0_shvsatpa1p0_shvstvala1p0_shvstvecd1p0_ssstateen1p0" |
336 | 339 | ; RV32SHCOUNTERENW: .attribute 5, "rv32i2p1_shcounterenw1p0"
|
337 | 340 | ; RV32SHGATPA: .attribute 5, "rv32i2p1_shgatpa1p0"
|
338 | 341 | ; RV32SHVSATPA: .attribute 5, "rv32i2p1_shvsatpa1p0"
|
|
474 | 477 | ; RV64ZAMA16B: .attribute 5, "rv64i2p1_zama16b1p0"
|
475 | 478 | ; RV64ZAWRS: .attribute 5, "rv64i2p1_zawrs1p0"
|
476 | 479 | ; RV64ZICBOP: .attribute 5, "rv64i2p1_zicbop1p0"
|
| 480 | +; RV64SHA: .attribute 5, "rv64i2p1_h1p0_sha1p0_shcounterenw1p0_shgatpa1p0_shtvala1p0_shvsatpa1p0_shvstvala1p0_shvstvecd1p0_ssstateen1p0" |
477 | 481 | ; RV64SHCOUNTERENW: .attribute 5, "rv64i2p1_shcounterenw1p0"
|
478 | 482 | ; RV64SHGATPA: .attribute 5, "rv64i2p1_shgatpa1p0"
|
479 | 483 | ; RV64SHVSATPA: .attribute 5, "rv64i2p1_shvsatpa1p0"
|
|
0 commit comments