[llvm] [BDCE] Eliminate unreachable blocks to prevent incorrect replacement (PR #194614)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 07:56:41 PDT 2026


================

----------------
nikic wrote:

Would it be sufficient to only guard against `BO != BO->getOperand(0)` in this case? That seems to be the only one that could cause self-rauw.

https://github.com/llvm/llvm-project/pull/194614


More information about the llvm-commits mailing list