[llvm] [JumpThreading] NFC: Add comment referencing #199408. (PR #199718)
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 05:04:49 PDT 2026
================
@@ -2789,6 +2789,13 @@ void JumpThreadingPass::unfoldSelectInstr(BasicBlock *Pred, BasicBlock *BB,
PredTerm->removeFromParent();
PredTerm->insertInto(NewBB, NewBB->end());
// Create a conditional branch and update PHI nodes.
+ //
+ // Note: Technically we should `freeze` the condition before using it in a
----------------
jlebar wrote:
Done
https://github.com/llvm/llvm-project/pull/199718
More information about the llvm-commits
mailing list