[llvm] [TailDup] Allow large number of predecessors/successors without phis. (PR #116072)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 10:19:08 PST 2025
fhahn wrote:
> > It would be great if we could get this resolved one way or another for the Clang 20 release, as this at the moment causes a 2-3% performance loss for Python workloads on ARM64 :) I rebased and tested #114990 and unfortunately it doesn't yield the same perf gain ( only in the noise/ < 0.5%)
>
> LGTM. I believe these two PRs address different issues. I can verify that the PR doesn't resolve #106846 due to phis.
Thanks for double-checking, that's my understanding as well!
https://github.com/llvm/llvm-project/pull/116072
More information about the llvm-commits
mailing list