aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/bool-vector.ll
AgeCommit message (Collapse)Author
2011-10-16Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142149 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-10new testcase for PR1845Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45795 91177308-0d34-0410-b5e6-96231b3b80d8