[llvm] [DA] Address followup comments on #128782 (PR #162645)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 9 18:36:02 PDT 2025


================
@@ -689,11 +698,6 @@ void Dependence::dump(raw_ostream &OS) const {
     else if (isInput())
       OS << "input";
     dumpImp(OS);
-    unsigned SameSDLevels = getSameSDLevels();
----------------
amehsan wrote:

Otherwise, LGTM

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


More information about the llvm-commits mailing list