[llvm] [delinearize] clear Subscripts and Sizes vectors (NFC) (PR #156495)

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 3 20:16:46 PST 2025


================
@@ -769,7 +787,6 @@ void printDelinearization(raw_ostream &O, Function *F, LoopInfo *LI,
 
     O << "\n";
     O << "Inst:" << Inst << "\n";
-    O << "In Loop with Header: " << L->getHeader()->getName() << "\n";
----------------
sebpop wrote:

I removed this change.

https://github.com/llvm/llvm-project/pull/156495


More information about the llvm-commits mailing list