[PATCH] D140790: [MachineBasicBlock] Explicit FT branching param

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 09:28:53 PST 2023


arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:781
+  MachineBasicBlock *
+  getFallThroughOrUnconditionalSuccessor(bool AllowUncondSucc = true);
 
----------------
getFallThrough should exist as it did before, the other uses should not need updating


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140790/new/

https://reviews.llvm.org/D140790



More information about the llvm-commits mailing list