================ @@ -999,6 +999,18 @@ void llvm::printLoop(Loop &L, raw_ostream &OS, const std::string &Banner) { return; } + if (forcePrintFuncIR()) { ---------------- justinfargnoli wrote: Discussed offline. 👍 https://github.com/llvm/llvm-project/pull/123229