Run 6a6cc5542b61 - 25/Apr/2022

90 failures (69 ignoring undef)
LLVM git: 6a6cc5542b61
Alive2 git: 07cc966

Failed tests:

Test NameOk if undef ignored?Failure reasonComments
Transforms/BlockExtractor/invalid-block.ll ?
Transforms/BlockExtractor/invalid-function.ll ?
Transforms/BlockExtractor/invalid-line.ll ?
Transforms/CodeGenPrepare/X86/cttz-ctlz.ll Source is more defined than target
Transforms/CodeGenPrepare/X86/memset_chk-simplify-nobuiltin.ll Source is more defined than target__memset_chk() not recognized as a builtin on purpose. Need to detect this case.
Transforms/DeadStoreElimination/noop-stores.ll Parameter attributes not refined
Transforms/EarlyCSE/commute.llValue mismatch
Transforms/ExpandMemCmp/X86/bcmp.ll Source is more defined than targetLLVM bug: load widening of i8 -> i64
Transforms/ExpandMemCmp/X86/memcmp-x32.ll Target is more poisonous than sourceLLVM bug: load widening of i8 -> i16
Transforms/ExpandMemCmp/X86/memcmp.ll Target is more poisonous than sourceLLVM bug: load widening of i8 -> i16
Transforms/GCOVProfiling/version.ll ?
Transforms/GVN/PRE/rle.llValue mismatch
Transforms/GVN/condprop.ll Source is more defined than targetLLVM bug: incorrect propagation of pointer equality
Transforms/IndVarSimplify/loop-predication.ll Source is more defined than target
Transforms/IndVarSimplify/post-inc-range.ll Source is more defined than target
Transforms/InstCombine/bitcast-bitcast.llTarget's return value is more undefined
Transforms/InstCombine/bitcast-phi-uselistorder.llMismatch in memory
Transforms/InstCombine/bswap-inseltpoison.ll Target is more poisonous than source
Transforms/InstCombine/bswap.ll Target is more poisonous than source
Transforms/InstCombine/canonicalize-clamp-like-pattern-between-zero-and-positive-threshold.ll Target is more poisonous than sourceLLVM PR45954
Transforms/InstCombine/double-float-shrink-2.ll Target is more poisonous than sourceLLVM PR49080
Transforms/InstCombine/exact.llValue mismatch
Transforms/InstCombine/fcmp.ll Value mismatch
Transforms/InstCombine/ffs-1.llTarget is more poisonous than source
Transforms/InstCombine/fmul.llValue mismatch
Transforms/InstCombine/fneg.llTarget's return value is more undefined
Transforms/InstCombine/fpcast.ll Target is more poisonous than sourceLLVM PR49080
Transforms/InstCombine/fptrunc.ll Target is more poisonous than sourceLLVM PR49080
Transforms/InstCombine/icmp-vec-inseltpoison.ll Target is more poisonous than source
Transforms/InstCombine/icmp-vec.ll Target is more poisonous than source
Transforms/InstCombine/insert-extract-shuffle-inseltpoison.ll Target is more poisonous than source
Transforms/InstCombine/insert-extract-shuffle.ll Target is more poisonous than source
Transforms/InstCombine/invert-variable-mask-in-masked-merge-scalar.llTarget's return value is more undefined
Transforms/InstCombine/invert-variable-mask-in-masked-merge-vector.llTarget's return value is more undefined
Transforms/InstCombine/load-bitcast-select.ll Mismatch in memory
Transforms/InstCombine/memcmp-constant-fold.ll Target is more poisonous than sourceLLVM bug: memcmp -> load i32 lowering
Transforms/InstCombine/memcpy-from-global.ll Source is more defined than targetAlive2 bug in input ptr refinement
Transforms/InstCombine/memcpy-to-load.ll Mismatch in memoryLLVM bug: memcpy -> i8 load/store
Transforms/InstCombine/minmax-fp.ll Value mismatchLLVM PR50281
Transforms/InstCombine/rem.llValue mismatch
Transforms/InstCombine/select-binop-cmp.ll Source is more defined than targetAlive2 missing support for speculatable attribute
Transforms/InstCombine/select-cmp-cttz-ctlz.llTarget is more poisonous than source
Transforms/InstCombine/select-extractelement-inseltpoison.llTarget is more poisonous than source
Transforms/InstCombine/select-extractelement.llTarget is more poisonous than source
Transforms/InstCombine/select-of-bittest.ll Target is more poisonous than source
Transforms/InstCombine/select-select.llTarget is more poisonous than source
Transforms/InstCombine/shuffle-select-narrow-inseltpoison.ll Target is more poisonous than source
Transforms/InstCombine/shuffle-select-narrow.ll Target is more poisonous than source
Transforms/InstCombine/shuffle_select-inseltpoison.ll Target is more poisonous than sourceLLVM PR74326
Transforms/InstCombine/shuffle_select.ll Target is more poisonous than sourceLLVM PR74326
Transforms/InstCombine/store.ll Mismatch in memoryLLVM bug: removes store undef
Transforms/InstCombine/struct-assign-tbaa-new.ll Mismatch in memory
Transforms/InstCombine/vec_shuffle-inseltpoison.ll Target is more poisonous than sourceLLVM PR44185
Transforms/InstCombine/vec_shuffle.ll Target is more poisonous than sourceLLVM PR44185
Transforms/InstCombine/vector-casts.ll Value mismatch
Transforms/InstCombine/vector-urem.llValue mismatch
Transforms/InstSimplify/ConstProp/loads.ll Mismatch in memory
Transforms/InstSimplify/phi.ll Target is more poisonous than sourceLLVM PR52930
Transforms/JumpThreading/select.ll Source is more defined than target
Transforms/LoopIdiom/X86/arithmetic-right-shift-until-zero.ll Source is more defined than targetLLVM PR51669
Transforms/LoopIdiom/X86/left-shift-until-zero.ll Source is more defined than targetLLVM PR51669
Transforms/LoopIdiom/X86/logical-right-shift-until-zero-debuginfo.ll Source is more defined than targetLLVM PR51669
Transforms/LoopIdiom/X86/logical-right-shift-until-zero.ll Source is more defined than targetLLVM PR51669
Transforms/LoopUnroll/loop-remarks.ll ?
Transforms/LoopUnroll/peel-loop-and-unroll.ll ?
Transforms/LoopUnroll/runtime-loop-multiexit-dom-verify.ll Source is more defined than target
Transforms/LoopUnroll/runtime-loop-multiple-exits.ll Source is more defined than target
Transforms/LoopUnswitch/2007-08-01-LCSSA.ll Source is more defined than target
Transforms/LoopUnswitch/basictest.llSource is more defined than target
Transforms/LoopUnswitch/preserve-analyses.ll Source is more defined than target
Transforms/MemCpyOpt/fca2memcpy.ll Mismatch in memoryAlive#345
Transforms/MergeICmps/X86/no-gep-other-work.ll Target is more poisonous than sourceLLVM PR51845
Transforms/MergeICmps/X86/pair-int32-int32.ll Target is more poisonous than sourceLLVM PR51845
Transforms/PGOProfile/chr.ll Source is more defined than target
Transforms/SLPVectorizer/vectorizable-functions-inseltpoison.ll Source is more defined than targetAlive2: no support for "vector-function-abi-variant"
Transforms/SLPVectorizer/vectorizable-functions.ll Source is more defined than targetAlive2: no support for "vector-function-abi-variant"
Transforms/SROA/alignment.ll Mismatch in memoryLLVM bug: memcpy-> load/store; needs 'byte' type
Transforms/SROA/basictest-opaque-ptrs.ll Mismatch in memory
Transforms/SROA/basictest.ll Mismatch in memoryLLVM bug: memcpy -> load/store
Transforms/SROA/select-load.ll Value mismatch
Transforms/SROA/vector-promotion.ll Mismatch in memoryLLVM PR52971
Transforms/Scalarizer/scatter-order.llTarget is more poisonous than source
Transforms/SimpleLoopUnswitch/LIV-loop-condtion.llSource is more defined than target
Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll Source is more defined than target
Transforms/SimpleLoopUnswitch/trivial-unswitch.ll Source is more defined than target
Transforms/SimplifyCFG/fold-branch-to-common-dest.ll Source is more defined than targetAlive2 missing support for speculatable attribute
Transforms/SimplifyCFG/speculate-call.ll Source is more defined than targetAlive2 missing support for speculatable attribute
Transforms/Sink/call.ll Source is more defined than target
Transforms/StraightLineStrengthReduce/slsr-add.llSource is more defined than target
Transforms/StraightLineStrengthReduce/slsr-mul.llSource is more defined than target

 

<-- Back