Files
llvm-project/llvm/lib/Transforms/Utils/GuardUtils.cpp
Alexis Engelke 5b4015e559 [Transforms][NFC] Drop uses of BranchInst in headers (#186580)
Replace BranchInst with CondBrInst/UncondBrInst/Instruction in headers
and handle the related fall out.

The removed code in simplifyUncondBranch was made dead in
0895b836d7, where FoldBranchToCommonDest
was changed to only handle conditional branches.
2026-03-14 11:03:33 +00:00

4.8 KiB