summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/GlobalISel
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-09-20 12:05:29 +0000
committerNico Weber <nicolasweber@gmx.de>2019-09-20 12:05:29 +0000
commit03475adcf720cdecf50cae7ef17c9b70883115df (patch)
tree80627e614d5a21c7de4bd8a7c68a307571de39f3 /llvm/test/CodeGen/AMDGPU/GlobalISel
parent7335197147924b15163ded2177ddc3b7ae118712 (diff)
downloadbcm5719-llvm-03475adcf720cdecf50cae7ef17c9b70883115df.tar.gz
bcm5719-llvm-03475adcf720cdecf50cae7ef17c9b70883115df.zip
Revert r372366 "Use getTargetConstant for BLENDI, and add a test to catch it."
This reverts commit 52621307bcab2013e8833f3317cebd63a6db3885. Tests have been failing all night with [0/2] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) -- Testing: 33647 tests, 64 threads -- Testing: 0 .. 10.. UNRESOLVED: LLVM :: CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll (6943 of 33647) ******************** TEST 'LLVM :: CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll' FAILED ******************** Test has no run line! ******************** Since there were other concerns on https://reviews.llvm.org/D67785, I'm just reverting for now. llvm-svn: 372383
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/GlobalISel')
-rw-r--r--llvm/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll b/llvm/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll
deleted file mode 100644
index 1e416b5441c..00000000000
--- a/llvm/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; ModuleID = 'bugpoint-reduced-simplified.bc'
-target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-grtev4-linux-gnu"
-
-define dso_local void @csrot_(float* %0) local_unnamed_addr #0 align 32 {
-1:
- %2 = load float, float* %0, align 4
- %3 = fsub float -0.000000e+00, %2
- %4 = insertelement <2 x float> <float undef, float -0.000000e+00>, float %3, i32 0
- store <2 x float> %4, <2 x float>* undef, align 8
- ret void
-}
-
-attributes #0 = { "target-features"="+aes,+cx8,+fxsr,+mmx,+pclmul,+popcnt,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87" }
OpenPOWER on IntegriCloud