diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-02-11 06:02:01 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-02-11 06:02:01 +0000 |
commit | 9c47dd583a94f457411df5403eff4228cc3690cd (patch) | |
tree | bf0d49daf75b9ec932dc33135e9c6c8c193d9f3c /llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll | |
parent | 4244be25bd7c438ac755813ff33e6e80ca6b6f34 (diff) | |
download | bcm5719-llvm-9c47dd583a94f457411df5403eff4228cc3690cd.tar.gz bcm5719-llvm-9c47dd583a94f457411df5403eff4228cc3690cd.zip |
AMDGPU: Remove some old intrinsic uses from tests
llvm-svn: 260493
Diffstat (limited to 'llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll')
-rw-r--r-- | llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll b/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll index 9f1e5a94138..2ef1a4f1095 100644 --- a/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll +++ b/llvm/test/Transforms/StructurizeCFG/nested-loop-order.ll @@ -63,17 +63,6 @@ ENDIF28: ; preds = %ENDIF br i1 %tmp36, label %ENDLOOP, label %LOOP.outer } -; Function Attrs: nounwind readnone -declare <4 x float> @llvm.SI.vs.load.input(<16 x i8>, i32, i32) #1 - -; Function Attrs: readnone -declare float @llvm.AMDGPU.clamp.f32(float, float, float) #2 - -declare void @llvm.SI.export(i32, i32, i32, i32, i32, float, float, float, float) - attributes #0 = { "ShaderType"="1" "enable-no-nans-fp-math"="true" "unsafe-fp-math"="true" } attributes #1 = { nounwind readnone } attributes #2 = { readnone } - -!0 = !{!1, !1, i64 0, i32 1} -!1 = !{!"const", null} |