summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-06-09 19:27:50 +0000
committerNico Weber <nicolasweber@gmx.de>2019-06-09 19:27:50 +0000
commit80fee25776c2fb61e74c1ecb1a523375c2500b69 (patch)
treeb21416d6a0878d1c17c48f65c4872d44671809bf /llvm/test/Bitcode
parentdcf5e6abdf0c122edef0ece6d32b039455120c78 (diff)
downloadbcm5719-llvm-80fee25776c2fb61e74c1ecb1a523375c2500b69.tar.gz
bcm5719-llvm-80fee25776c2fb61e74c1ecb1a523375c2500b69.zip
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
This reverts commit f4fc01f8dd3a5dfd2060d1ad0df6b90e8351ddf7. It caused a 3-4x slowdown when doing thinlto links, PR42210. llvm-svn: 362913
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/compatibility.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/Bitcode/compatibility.ll b/llvm/test/Bitcode/compatibility.ll
index 991bde69b61..19a6cb0acc1 100644
--- a/llvm/test/Bitcode/compatibility.ll
+++ b/llvm/test/Bitcode/compatibility.ll
@@ -917,10 +917,6 @@ define void @typesystem() {
; CHECK: %t7 = alloca x86_mmx
%t8 = alloca %opaquety*
; CHECK: %t8 = alloca %opaquety*
- %t9 = alloca <4 x i32>
- ; CHECK: %t9 = alloca <4 x i32>
- %t10 = alloca <vscale x 4 x i32>
- ; CHECK: %t10 = alloca <vscale x 4 x i32>
ret void
}
OpenPOWER on IntegriCloud