[LLVMdev] gmake check failures on FreeBSD 5.4

Jeff Cohen jeffc at jolt-lang.org
Wed Jun 8 19:47:14 PDT 2005


FAIL: 
/usr/home/jeffc/llvm/obj/../test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll: 

    %Y = cast sbyte %SB to uint        ; <uint> [#uses=1]
    %Y = cast sbyte %SB to int        ; <int> [#uses=1]
    %Y = cast sbyte %SB to int        ; <int> [#uses=1]
    %Y = cast ubyte %SB to uint        ; <uint> [#uses=1]
    %Y = cast ubyte %SB to int        ; <int> [#uses=1]
    %Y = cast sbyte %SB to uint        ; <uint> [#uses=1]
    %Y = cast sbyte %SB to int        ; <int> [#uses=1]
    %Y = cast sbyte %SB to int        ; <int> [#uses=1]
    %Y = cast ubyte %SB to uint        ; <uint> [#uses=1]
    %Y = cast ubyte %SB to int        ; <int> [#uses=1]

FAIL: 
/usr/home/jeffc/llvm/obj/../test/Regression/Transforms/InstCombine/JavaCompare.ll: 

    %c1 = setgt int %A, %B        ; <bool> [#uses=1]
    %tmp = cast bool %c1 to int        ; <int> [#uses=1]
    %c2 = setlt int %A, %B        ; <bool> [#uses=1]
    %c31 = setlt int %tmp, 1        ; <bool> [#uses=1]
    %c3 = or bool %c2, %c31        ; <bool> [#uses=1]

FAIL: 
/usr/home/jeffc/llvm/obj/../test/Regression/Transforms/InstCombine/cast-set.ll: 

    %B = cast bool %A to int        ; <int> [#uses=1]

FAIL: 
/usr/home/jeffc/llvm/obj/../test/Regression/Transforms/InstCombine/cast.ll:
    %c = cast int %X to long        ; <long> [#uses=1]

FAIL: 
/usr/home/jeffc/llvm/obj/../test/Regression/Transforms/InstCombine/set.ll:
    %C = seteq int %a, %b        ; <bool> [#uses=1]





More information about the llvm-dev mailing list