[llvm] r238894 - [Bitcode] Minimize the test to not conflict with others

Filipe Cabecinhas me at filcab.net
Tue Jun 2 18:30:08 PDT 2015


Author: filcab
Date: Tue Jun  2 20:30:08 2015
New Revision: 238894

URL: http://llvm.org/viewvc/llvm-project?rev=238894&view=rev
Log:
[Bitcode] Minimize the test to not conflict with others

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).

Modified:
    llvm/trunk/test/Bitcode/Inputs/invalid-vector-length.bc

Modified: llvm/trunk/test/Bitcode/Inputs/invalid-vector-length.bc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/Inputs/invalid-vector-length.bc?rev=238894&r1=238893&r2=238894&view=diff
==============================================================================
Binary files llvm/trunk/test/Bitcode/Inputs/invalid-vector-length.bc (original) and llvm/trunk/test/Bitcode/Inputs/invalid-vector-length.bc Tue Jun  2 20:30:08 2015 differ





More information about the llvm-commits mailing list