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

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 28 09:24:18 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";
----------------
alexey-bataev wrote:

Hmm, it may help users identify the problem in the code. Why do you think it is not useful?

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


More information about the llvm-commits mailing list