Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / matrix.c
blob15b44ce5a4ec150671d6939cc81c5f26dd0d5f95
1 // RUN: touch %t.o
2 // RUN: %clang -flto=thin -fenable-matrix %t.o -### --target=powerpc64-ibm-aix-xcoff 2>&1 \
3 // RUN: | FileCheck %s -check-prefix=CHECK-THINLTO-MATRIX-AIX
4 // CHECK-THINLTO-MATRIX-AIX: "-bplugin_opt:-enable-matrix"
6 // RUN: %clang -flto=thin -fenable-matrix %t.o -### --target=x86_64-unknown-linux 2>&1 \
7 // RUN: | FileCheck %s -check-prefix=CHECK-THINLTO-MATRIX
8 // CHECK-THINLTO-MATRIX: "-plugin-opt=-enable-matrix"