[llvm] Add option to print entire function instead of just the loops for loo… (PR #123229)

Justin Fargnoli via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 16:03:19 PST 2025


================
@@ -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


More information about the llvm-commits mailing list