OSDN Git Service

[Bitcode] Minimize the test to not conflict with others
authorFilipe Cabecinhas <me@filcab.net>
Wed, 3 Jun 2015 01:30:08 +0000 (01:30 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Wed, 3 Jun 2015 01:30:08 +0000 (01:30 +0000)
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).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238894 91177308-0d34-0410-b5e6-96231b3b80d8

test/Bitcode/Inputs/invalid-vector-length.bc

index 94b13ed..269df83 100644 (file)
Binary files a/test/Bitcode/Inputs/invalid-vector-length.bc and b/test/Bitcode/Inputs/invalid-vector-length.bc differ