[PATCH] D143897: [CodeGenPrepare] Estimate liveness of loop invariants when checking for address folding profitability
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 18:57:56 PDT 2023
rupprecht added a comment.
In D143897#4301532 <https://reviews.llvm.org/D143897#4301532>, @chapuni wrote:
> This discovers unstable behavior.
> For me, MCA/ResourceManaget.o sometimes differs.
> Reproduced by stage1 clang.
Same here, I also bisected to this commit. I found it separately via CodeGen/PrologEpilogInserter.o which differs ~10-20% of the time. The minimal set of flags to reproduce it with (for me at least) is `-O3 -fno-exceptions`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143897/new/
https://reviews.llvm.org/D143897
More information about the llvm-commits
mailing list