Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenOpenCL / amdgpu-features-readonly.cl
blobd23e6f2948326190e2b2dace11777dd8da4c35e7
1 // RUN: %clang_cc1 -triple amdgcn -target-feature +gws -o /dev/null %s 2>&1 \
2 // RUN: | FileCheck --check-prefix=GWS %s
4 // GWS: warning: feature flag '+gws' is ignored since the feature is read only [-Winvalid-command-line-argument]
6 kernel void test() {}