Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / cpus.ll
blob35945ae4de71fb5decca5c5516aecee09a8757f3
1 ;; This tests that llc accepts all valid LoongArch CPUs.
2 ;; Note the 'generic' names have been tested in cpu-name-generic.ll.
4 ; RUN: llc < %s --mtriple=loongarch64 --mcpu=loongarch64 2>&1 | FileCheck %s
5 ; RUN: llc < %s --mtriple=loongarch64 --mcpu=la464 2>&1 | FileCheck %s
6 ; RUN: llc < %s --mtriple=loongarch64 2>&1 | FileCheck %s
8 ; CHECK-NOT: {{.*}} is not a recognized processor for this target
10 define void @f() {
11   ret void
14 define void @tune_cpu_loongarch64() "tune-cpu"="loongarch64" {
15   ret void
18 define void @tune_cpu_la464() "tune-cpu"="la464" {
19   ret void