summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/Inputs/invalid-vector-length.bc
AgeCommit message (Collapse)Author
2015-06-03[Bitcode] Minimize the test to not conflict with othersFilipe Cabecinhas
Source for the test: @bloom = global <3 x i32> <i32 0, i32 1, i32 42> Plus bit twiddling to set the vector numelts to 0 (in the bc file). llvm-svn: 238894
2015-06-03[BitcodeReader] Check vector size before trying to create a VectorTypeFilipe Cabecinhas
Bug found with AFL fuzz llvm-svn: 238891