[llvm] [StructurizeCFG] Remove one SSAUpdater::AddAvailableValue. NFCI. (PR #115472)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 08:12:10 PST 2024


https://github.com/arsenm approved this pull request.

I'm guessing this would only be needed if there were an unconditional branch from the entry block. But in that case, it would never be necessary to insert a phi there so this seems fine 

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


More information about the llvm-commits mailing list