[llvm] [NFC] Refactor looping over recomputeLiveIns into function (PR #88040)
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 13:34:29 PDT 2024
================
@@ -207,6 +209,18 @@ static inline bool recomputeLiveIns(MachineBasicBlock &MBB) {
return oldLiveIns != newLiveIns;
}
+/// Convenience function for recomputing live-in's for a set of MBBs until the
+/// computation converges.
+static inline void
----------------
redstar wrote:
Fixed, thanks.
https://github.com/llvm/llvm-project/pull/88040
More information about the llvm-commits
mailing list