[PATCH] D102615: [LoopDeletion] Break backedge if we can prove that the loop is exited on 1st iteration
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 30 21:23:53 PDT 2021
mkazantsev added a comment.
Reviewing the failures, I see several issues that might be relevant:
> https://lab.llvm.org/buildbot/#/builders/105
FAIL: MultiSource/Benchmarks/MallocBench/gs/gs.execution_time - is it about compile time again? I don't see any indication of a miscompile. If so, I see no alternative to making this transform enabled under option.
> https://lab.llvm.org/buildbot/#/builders/100
Same.
> https://lab.llvm.org/buildbot/#/builders/45/builds/3264
That might be interesting. Will try to reproduce that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102615/new/
https://reviews.llvm.org/D102615
More information about the llvm-commits
mailing list