[PATCH] D74691: add some pattern to containsCycle
omar ahmed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 16 07:27:30 PST 2020
omarahmed added a comment.
i have run the test and it gave me this errors
Failing Tests (54):
LLVM :: Transforms/Attributor/ArgumentPromotion/2008-02-01-ReturnAttrs.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/2008-07-02-array-indexing.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/X86/attributes.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/X86/min-legal-vector-width.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/aggregate-promote.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/attrs.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/basictest.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/byval-2.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/chained.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/control-flow.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/control-flow2.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/dbg.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/fp80.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/inalloca.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/live_called_from_dead.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/live_called_from_dead_2.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/musttail.ll
LLVM :: Transforms/Attributor/ArgumentPromotion/reserve-tbaa.ll
LLVM :: Transforms/Attributor/IPConstantProp/2009-09-24-byval-ptr.ll
LLVM :: Transforms/Attributor/IPConstantProp/PR16052.ll
LLVM :: Transforms/Attributor/IPConstantProp/PR43857.ll
LLVM :: Transforms/Attributor/IPConstantProp/arg-count-mismatch.ll
LLVM :: Transforms/Attributor/IPConstantProp/comdat-ipo.ll
LLVM :: Transforms/Attributor/IPConstantProp/multiple_callbacks.ll
LLVM :: Transforms/Attributor/IPConstantProp/openmp_parallel_for.ll
LLVM :: Transforms/Attributor/IPConstantProp/recursion.ll
LLVM :: Transforms/Attributor/IPConstantProp/remove-call-inst.ll
LLVM :: Transforms/Attributor/IPConstantProp/return-argument.ll
LLVM :: Transforms/Attributor/IPConstantProp/return-constant.ll
LLVM :: Transforms/Attributor/IPConstantProp/return-constants.ll
LLVM :: Transforms/Attributor/IPConstantProp/solve-after-each-resolving-undefs-for-function.ll
LLVM :: Transforms/Attributor/align.ll
LLVM :: Transforms/Attributor/callbacks.ll
LLVM :: Transforms/Attributor/dereferenceable-1.ll
LLVM :: Transforms/Attributor/dereferenceable-2.ll
LLVM :: Transforms/Attributor/internal-noalias.ll
LLVM :: Transforms/Attributor/liveness.ll
LLVM :: Transforms/Attributor/liveness_chains.ll
LLVM :: Transforms/Attributor/memory_locations.ll
LLVM :: Transforms/Attributor/misc.ll
LLVM :: Transforms/Attributor/noalias.ll
LLVM :: Transforms/Attributor/nocapture-2.ll
LLVM :: Transforms/Attributor/nofree.ll
LLVM :: Transforms/Attributor/nonnull.ll
LLVM :: Transforms/Attributor/noreturn.ll
LLVM :: Transforms/Attributor/noreturn_async.ll
LLVM :: Transforms/Attributor/noreturn_sync.ll
LLVM :: Transforms/Attributor/nosync.ll
LLVM :: Transforms/Attributor/range.ll
LLVM :: Transforms/Attributor/read_write_returned_arguments_scc.ll
LLVM :: Transforms/Attributor/returned.ll
LLVM :: Transforms/Attributor/undefined_behavior.ll
LLVM :: Transforms/Attributor/value-simplify.ll
LLVM :: Transforms/Attributor/willreturn.ll
Expected Passes : 37
Unexpected Failures: 54
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74691/new/
https://reviews.llvm.org/D74691
More information about the llvm-commits
mailing list