Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / SPIRV / empty-logical.ll
bloba99df5f7eaaa71ffac0e9d6ec445ca114650bc92
1 ; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
3 ;; Ensure the required Capabilities are listed.
4 ; CHECK-DAG: OpCapability Shader
5 ; CHECK-DAG: OpCapability Linkage
7 ;; Ensure one, and only one, OpMemoryModel is defined.
8 ; CHECK:     OpMemoryModel Logical GLSL450
9 ; CHECK-NOT: OpMemoryModel