[PATCH] D69257: Outline non returning functions unless a longjmp
Ruijie Fang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 09:00:30 PDT 2020
rjf added a comment.
In D69257#2190753 <https://reviews.llvm.org/D69257#2190753>, @CarolineConcatto wrote:
> @hiraditya
> We believe that this patch has caused the Flang buildbots to fail:
> http://lab.llvm.org:8011/builders/flang-aarch64-ubuntu/builds/2437
> http://lab.llvm.org:8011/builders/flang-aarch64-ubuntu-clang/builds/579
> It would be nice if someone could take and action to revert of fix it ASAP.
> Otherwise we cannot verify the other patches properly.
I believe the fix in https://reviews.llvm.org/D85215 should be sufficient. This was in part caused by a problem in `coldentrycount.ll` in another patch: https://reviews.llvm.org/D69384. That should be fixed as well in D85215 <https://reviews.llvm.org/D85215>. Thanks for pointing this out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69257/new/
https://reviews.llvm.org/D69257
More information about the llvm-commits
mailing list