[llvm] b1dac0c - AMDGPU: Remove leftover test

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 11:43:54 PDT 2020


Author: Matt Arsenault
Date: 2020-08-05T14:43:21-04:00
New Revision: b1dac0cfcd3630c9a89bd31f9010eb8e8f099f6c

URL: https://github.com/llvm/llvm-project/commit/b1dac0cfcd3630c9a89bd31f9010eb8e8f099f6c
DIFF: https://github.com/llvm/llvm-project/commit/b1dac0cfcd3630c9a89bd31f9010eb8e8f099f6c.diff

LOG: AMDGPU: Remove leftover test

Added: 
    

Modified: 
    

Removed: 
    llvm/test/CodeGen/AMDGPU/shrink-insts-undef-reg-verifier-error.ll


################################################################################
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
index 7e6e3f7d6930..000000000000
--- a/llvm/test/CodeGen/AMDGPU/shrink-insts-undef-reg-verifier-error.ll
+++ /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 }


        


More information about the llvm-commits mailing list