|
304 | 304 | // MCPU-SIFIVE-P450-SAME: "-target-feature" "+zbs"
|
305 | 305 | // MCPU-SIFIVE-P450-SAME: "-target-abi" "lp64d"
|
306 | 306 |
|
| 307 | +// RUN: %clang -target riscv64 -### -c %s 2>&1 -mcpu=sifive-p470 | FileCheck -check-prefix=MCPU-SIFIVE-P470 %s |
| 308 | +// MCPU-SIFIVE-P470: "-target-cpu" "sifive-p470" |
| 309 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+m" |
| 310 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+a" |
| 311 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+f" |
| 312 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+d" |
| 313 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+c" |
| 314 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+v" |
| 315 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zic64b" |
| 316 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zicbom" |
| 317 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zicbop" |
| 318 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zicboz" |
| 319 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+ziccamoa" |
| 320 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+ziccif" |
| 321 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zicclsm" |
| 322 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+ziccrse" |
| 323 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zicsr" |
| 324 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zifencei" |
| 325 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zihintntl" |
| 326 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zihintpause" |
| 327 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zihpm" |
| 328 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zmmul" |
| 329 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+za64rs" |
| 330 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zfhmin" |
| 331 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zba" |
| 332 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zbb" |
| 333 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zbs" |
| 334 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvbb" |
| 335 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvbc" |
| 336 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zve32f" |
| 337 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zve32x" |
| 338 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zve64d" |
| 339 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zve64f" |
| 340 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zve64x" |
| 341 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvkg" |
| 342 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvkn" |
| 343 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvknc" |
| 344 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvkned" |
| 345 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvkng" |
| 346 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvknhb" |
| 347 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvks" |
| 348 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvksc" |
| 349 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvksed" |
| 350 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvksg" |
| 351 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvksh" |
| 352 | +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvkt" |
| 353 | +// MCPU-SIFIVE-P470-SAME: "-target-abi" "lp64d" |
| 354 | + |
307 | 355 | // RUN: %clang -target riscv64 -### -c %s 2>&1 -mcpu=sifive-p670 | FileCheck -check-prefix=MCPU-SIFIVE-P670 %s
|
308 | 356 | // MCPU-SIFIVE-P670: "-target-cpu" "sifive-p670"
|
309 | 357 | // MCPU-SIFIVE-P670-SAME: "-target-feature" "+m"
|
|
0 commit comments