summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-10-16 19:06:06 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-10-16 19:06:06 +0000
commit2130a0768729a65c83c0c24fe821598c9c88cdce (patch)
tree84921841b0cfa607e2415abbae48a248ea91ecb9
parentb17be8dcfec4a4b39ab3c5dd158dc1ea06a04041 (diff)
downloadbcm5719-llvm-2130a0768729a65c83c0c24fe821598c9c88cdce.tar.gz
bcm5719-llvm-2130a0768729a65c83c0c24fe821598c9c88cdce.zip
Remove the the test which checks the saving of a vector of booleans into memory.
The decision was to pack the bits. Currently no codegen supports this. Currently, all of the bits in the vector are saved into the same address in memory. llvm-svn: 142149
-rw-r--r--llvm/test/CodeGen/Generic/bool-vector.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/CodeGen/Generic/bool-vector.ll b/llvm/test/CodeGen/Generic/bool-vector.ll
deleted file mode 100644
index 4758697286a..00000000000
--- a/llvm/test/CodeGen/Generic/bool-vector.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s
-; PR1845
-
-define void @boolVectorSelect(<4 x i1>* %boolVectorPtr) {
-Body:
- %castPtr = bitcast <4 x i1>* %boolVectorPtr to <4 x i1>*
- %someBools = load <4 x i1>* %castPtr, align 1 ; <<4 x i1>>
- %internal = alloca <4 x i1>, align 16 ; <<4 x i1>*> [#uses=1]
- store <4 x i1> %someBools, <4 x i1>* %internal, align 1
- ret void
-}
OpenPOWER on IntegriCloud