diff options
Diffstat (limited to 'test/CodeGen/R600/llvm.AMDGPU.clamp.ll')
-rw-r--r-- | test/CodeGen/R600/llvm.AMDGPU.clamp.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/llvm.AMDGPU.clamp.ll b/test/CodeGen/R600/llvm.AMDGPU.clamp.ll index c12732c6004..11c887f204b 100644 --- a/test/CodeGen/R600/llvm.AMDGPU.clamp.ll +++ b/test/CodeGen/R600/llvm.AMDGPU.clamp.ll @@ -4,7 +4,7 @@ declare float @llvm.AMDGPU.clamp.f32(float, float, float) nounwind readnone declare float @llvm.AMDIL.clamp.f32(float, float, float) nounwind readnone -; FUNC-LABEL: @clamp_0_1_f32 +; FUNC-LABEL: {{^}}clamp_0_1_f32: ; SI: S_LOAD_DWORD [[ARG:s[0-9]+]], ; SI: V_ADD_F32_e64 [[RESULT:v[0-9]+]], 0, [[ARG]] clamp{{$}} ; SI: BUFFER_STORE_DWORD [[RESULT]] @@ -17,7 +17,7 @@ define void @clamp_0_1_f32(float addrspace(1)* %out, float %src) nounwind { ret void } -; FUNC-LABEL: @clamp_0_1_amdil_legacy_f32 +; FUNC-LABEL: {{^}}clamp_0_1_amdil_legacy_f32: ; SI: S_LOAD_DWORD [[ARG:s[0-9]+]], ; SI: V_ADD_F32_e64 [[RESULT:v[0-9]+]], 0, [[ARG]] clamp{{$}} ; SI: BUFFER_STORE_DWORD [[RESULT]] |