diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-01-23 05:42:49 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-01-23 05:42:49 +0000 |
| commit | 8aa56781255431723ae546198da2026389e2d506 (patch) | |
| tree | 6f4aa1007a981920b2b7a110649ee4c3674afc6f /llvm/test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll | |
| parent | 325cca33eccacea641bb913ba77c8e2f07d4ad66 (diff) | |
| download | bcm5719-llvm-8aa56781255431723ae546198da2026389e2d506.tar.gz bcm5719-llvm-8aa56781255431723ae546198da2026389e2d506.zip | |
AMDGPU: Replace some deprecated intrinsic uses in tests
llvm-svn: 258614
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll b/llvm/test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll index 759197ca61f..07116bc23b4 100644 --- a/llvm/test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll +++ b/llvm/test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll @@ -43,10 +43,10 @@ LOOP: ; preds = %IF31, %main_body br i1 %29, label %IF, label %LOOP29 IF: ; preds = %LOOP - %30 = call float @llvm.AMDIL.clamp.(float %temp4.0, float 0.000000e+00, float 1.000000e+00) - %31 = call float @llvm.AMDIL.clamp.(float %temp5.0, float 0.000000e+00, float 1.000000e+00) - %32 = call float @llvm.AMDIL.clamp.(float %temp6.0, float 0.000000e+00, float 1.000000e+00) - %33 = call float @llvm.AMDIL.clamp.(float 1.000000e+00, float 0.000000e+00, float 1.000000e+00) + %30 = call float @llvm.AMDGPU.clamp.f32(float %temp4.0, float 0.000000e+00, float 1.000000e+00) + %31 = call float @llvm.AMDGPU.clamp.f32(float %temp5.0, float 0.000000e+00, float 1.000000e+00) + %32 = call float @llvm.AMDGPU.clamp.f32(float %temp6.0, float 0.000000e+00, float 1.000000e+00) + %33 = call float @llvm.AMDGPU.clamp.f32(float 1.000000e+00, float 0.000000e+00, float 1.000000e+00) %34 = insertelement <4 x float> undef, float %30, i32 0 %35 = insertelement <4 x float> %34, float %31, i32 1 %36 = insertelement <4 x float> %35, float %32, i32 2 @@ -81,7 +81,7 @@ ENDIF30: ; preds = %LOOP29 br label %LOOP29 } -declare float @llvm.AMDIL.clamp.(float, float, float) #0 +declare float @llvm.AMDGPU.clamp.f32(float, float, float) #0 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32) |

