|
62 | 62 | ; RUN: llc -mtriple=riscv32 -mattr=+svbare %s -o - | FileCheck --check-prefixes=CHECK,RV32SVBARE %s |
63 | 63 | ; RUN: llc -mtriple=riscv32 -mattr=+svnapot %s -o - | FileCheck --check-prefixes=CHECK,RV32SVNAPOT %s |
64 | 64 | ; RUN: llc -mtriple=riscv32 -mattr=+svpbmt %s -o - | FileCheck --check-prefixes=CHECK,RV32SVPBMT %s |
| 65 | +; RUN: llc -mtriple=riscv32 -mattr=+experimental-svukte %s -o - | FileCheck --check-prefixes=CHECK,RV32SVUKTE %s |
65 | 66 | ; RUN: llc -mtriple=riscv32 -mattr=+svvptc %s -o - | FileCheck --check-prefixes=CHECK,RV32SVVPTC %s |
66 | 67 | ; RUN: llc -mtriple=riscv32 -mattr=+svinval %s -o - | FileCheck --check-prefixes=CHECK,RV32SVINVAL %s |
67 | 68 | ; RUN: llc -mtriple=riscv32 -mattr=+xcvalu %s -o - | FileCheck --check-prefix=RV32XCVALU %s |
|
205 | 206 | ; RUN: llc -mtriple=riscv64 -mattr=+svbare %s -o - | FileCheck --check-prefixes=CHECK,RV64SVBARE %s |
206 | 207 | ; RUN: llc -mtriple=riscv64 -mattr=+svnapot %s -o - | FileCheck --check-prefixes=CHECK,RV64SVNAPOT %s |
207 | 208 | ; RUN: llc -mtriple=riscv64 -mattr=+svpbmt %s -o - | FileCheck --check-prefixes=CHECK,RV64SVPBMT %s |
| 209 | +; RUN: llc -mtriple=riscv64 -mattr=+experimental-svukte %s -o - | FileCheck --check-prefixes=CHECK,RV64SVUKTE %s |
208 | 210 | ; RUN: llc -mtriple=riscv64 -mattr=+svvptc %s -o - | FileCheck --check-prefixes=CHECK,RV64SVVPTC %s |
209 | 211 | ; RUN: llc -mtriple=riscv64 -mattr=+svinval %s -o - | FileCheck --check-prefixes=CHECK,RV64SVINVAL %s |
210 | 212 | ; RUN: llc -mtriple=riscv64 -mattr=+xventanacondops %s -o - | FileCheck --check-prefixes=CHECK,RV64XVENTANACONDOPS %s |
|
364 | 366 | ; RV32SVBARE: .attribute 5, "rv32i2p1_svbare1p0" |
365 | 367 | ; RV32SVNAPOT: .attribute 5, "rv32i2p1_svnapot1p0" |
366 | 368 | ; RV32SVPBMT: .attribute 5, "rv32i2p1_svpbmt1p0" |
| 369 | +; RV32SVUKTE: .attribute 5, "rv32i2p1_svukte0p3" |
367 | 370 | ; RV32SVVPTC: .attribute 5, "rv32i2p1_svvptc1p0" |
368 | 371 | ; RV32SVINVAL: .attribute 5, "rv32i2p1_svinval1p0" |
369 | 372 | ; RV32XCVALU: .attribute 5, "rv32i2p1_xcvalu1p0" |
|
509 | 512 | ; RV64SVBARE: .attribute 5, "rv64i2p1_svbare1p0" |
510 | 513 | ; RV64SVNAPOT: .attribute 5, "rv64i2p1_svnapot1p0" |
511 | 514 | ; RV64SVPBMT: .attribute 5, "rv64i2p1_svpbmt1p0" |
| 515 | +; RV64SVUKTE: .attribute 5, "rv64i2p1_svukte0p3" |
512 | 516 | ; RV64SVVPTC: .attribute 5, "rv64i2p1_svvptc1p0" |
513 | 517 | ; RV64SVINVAL: .attribute 5, "rv64i2p1_svinval1p0" |
514 | 518 | ; RV64XVENTANACONDOPS: .attribute 5, "rv64i2p1_xventanacondops1p0" |
|
0 commit comments