Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / loongarch-default-features.c
blob3cdf3ba3d23e14407edae2dc21f35bd1599a4fb7
1 // RUN: %clang --target=loongarch32 -S -emit-llvm %s -o - | FileCheck %s --check-prefix=LA32
2 // RUN: %clang --target=loongarch64 -S -emit-llvm %s -o - | FileCheck %s --check-prefix=LA64
4 // LA32: "target-features"="+32bit"
5 // LA64: "target-features"="+64bit,+d,+f,+ual"
7 int foo(void) {
8 return 3;