|
173 | 173 | ; RUN: llc -mtriple=riscv32 -mattr=+smmpm %s -o - | FileCheck --check-prefix=RV32SMMPM %s
|
174 | 174 | ; RUN: llc -mtriple=riscv32 -mattr=+sspm %s -o - | FileCheck --check-prefix=RV32SSPM %s
|
175 | 175 | ; RUN: llc -mtriple=riscv32 -mattr=+supm %s -o - | FileCheck --check-prefix=RV32SUPM %s
|
176 |
| -<<<<<<< HEAD |
177 | 176 | ; RUN: llc -mtriple=riscv32 -mattr=+smctr %s -o - | FileCheck --check-prefix=RV32SMCTR %s
|
178 | 177 | ; RUN: llc -mtriple=riscv32 -mattr=+ssctr %s -o - | FileCheck --check-prefix=RV32SSCTR %s
|
179 |
| -======= |
180 |
| -; RUN: llc -mtriple=riscv32 -mattr=+experimental-smctr %s -o - | FileCheck --check-prefix=RV32SMCTR %s |
181 |
| -; RUN: llc -mtriple=riscv32 -mattr=+experimental-ssctr %s -o - | FileCheck --check-prefix=RV32SSCTR %s |
182 | 178 | ; RUN: llc -mtriple=riscv32 -mattr=+experimental-zibi %s -o - | FileCheck --check-prefix=RV32ZIBI %s
|
183 |
| ->>>>>>> aea8133a1fe3 ([RISCV][MC] Add MC support of Zibi experimental extension) |
184 | 179 |
|
185 | 180 | ; RUN: llc -mtriple=riscv64 %s -o - | FileCheck %s
|
186 | 181 | ; RUN: llc -mtriple=riscv64 -mattr=+m %s -o - | FileCheck --check-prefixes=CHECK,RV64M %s
|
|
540 | 535 | ; RV32SUPM: .attribute 5, "rv32i2p1_supm1p0"
|
541 | 536 | ; RV32SMCTR: .attribute 5, "rv32i2p1_smctr1p0_sscsrind1p0"
|
542 | 537 | ; RV32SSCTR: .attribute 5, "rv32i2p1_sscsrind1p0_ssctr1p0"
|
543 |
| -<<<<<<< HEAD |
544 | 538 | ; RV32P: .attribute 5, "rv32i2p1_p0p15"
|
545 |
| -======= |
546 |
| -; RV32P: .attribute 5, "rv32i2p1_p0p14" |
547 | 539 | ; RV32ZIBI: .attribute 5, "rv32i2p1_zibi0p1"
|
548 |
| ->>>>>>> aea8133a1fe3 ([RISCV][MC] Add MC support of Zibi experimental extension) |
549 | 540 |
|
550 | 541 | ; RV64M: .attribute 5, "rv64i2p1_m2p0_zmmul1p0"
|
551 | 542 | ; RV64ZMMUL: .attribute 5, "rv64i2p1_zmmul1p0"
|
|
0 commit comments