AMDGPU: Remove leftover test
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 5 Aug 2020 18:43:21 +0000 (14:43 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 5 Aug 2020 18:43:21 +0000 (14:43 -0400)
llvm/test/CodeGen/AMDGPU/shrink-insts-undef-reg-verifier-error.ll [deleted file]

diff --git a/llvm/test/CodeGen/AMDGPU/shrink-insts-undef-reg-verifier-error.ll b/llvm/test/CodeGen/AMDGPU/shrink-insts-undef-reg-verifier-error.ll
deleted file mode 100644 (file)
index 7e6e3f7..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -verify-machineinstrs < %s
-
-define void @bitset_verifier_error() local_unnamed_addr #0 {
-bb:
-  %i = call float @llvm.fabs.f32(float undef) #0
-  %i1 = bitcast float %i to i32
-  br label %bb2
-
-bb2:                                              ; preds = %bb
-  %i3 = call float @llvm.fabs.f32(float undef) #0
-  %i4 = fcmp fast ult float %i3, 0x3FEFF7CEE0000000
-  br i1 %i4, label %bb5, label %bb6
-
-bb5:                                              ; preds = %bb2
-  unreachable
-
-bb6:                                              ; preds = %bb2
-  unreachable
-}
-
-
-declare float @llvm.fabs.f32(float) #1
-
-attributes #0 = { nounwind }
-attributes #1 = { nounwind readnone speculatable willreturn }