[clang] [llvm] [IR] Optimize PHINode::removeIncomingValue() by swapping removed incoming value with the last incoming value. (PR #171963)
Walter Lee via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 29 08:15:54 PST 2025
googlewalt wrote:
Hi. We are seeing that this causes non-determinism in some of our internal compiles. We're trying to get a standalone reproducer, but currently the reproducer is quite complex (involving FDO).
https://github.com/llvm/llvm-project/pull/171963
More information about the cfe-commits
mailing list