[llvm] [StructurizeCFG] bug fix in zero cost hoist (PR #157969)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 11 01:41:27 PDT 2025


================
@@ -435,24 +448,14 @@ static bool isHoistableInstruction(Instruction *I, BasicBlock *BB,
   // Check if any operands are instructions defined in the same block.
----------------
jayfoad wrote:

Update the comment.

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


More information about the llvm-commits mailing list