diff options
Diffstat (limited to 'test/CodeGen/AMDGPU/selectcc-cnd.ll')
| -rw-r--r-- | test/CodeGen/AMDGPU/selectcc-cnd.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/AMDGPU/selectcc-cnd.ll b/test/CodeGen/AMDGPU/selectcc-cnd.ll deleted file mode 100644 index 18616851c9c2..000000000000 --- a/test/CodeGen/AMDGPU/selectcc-cnd.ll +++ /dev/null @@ -1,12 +0,0 @@ -;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s - -;CHECK-NOT: SETE -;CHECK: CNDE {{\*?}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}, 1.0, literal.x, -;CHECK: 1073741824 -define amdgpu_kernel void @test(float addrspace(1)* %out, float addrspace(1)* %in) { - %1 = load float, float addrspace(1)* %in - %2 = fcmp oeq float %1, 0.0 - %3 = select i1 %2, float 1.0, float 2.0 - store float %3, float addrspace(1)* %out - ret void -} |
