================
@@ -13,6 +13,7 @@
namespace llvm {
+// TODO: Convert it to function pass.
----------------
aeubanks wrote:
this pass can be replaced with `InvalidateAnalysisPass<MachineFunctionAnalysis>` once everything else is in place
https://github.com/llvm/llvm-project/pull/88610