[llvm] [DA] Address followup comments on #128782 (PR #162645)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 10 05:33:47 PDT 2025
================
@@ -689,11 +698,6 @@ void Dependence::dump(raw_ostream &OS) const {
else if (isInput())
OS << "input";
dumpImp(OS);
- unsigned SameSDLevels = getSameSDLevels();
----------------
kasuga-fj wrote:
Indeed, it seems that the debug messages change in some cases. I didn't realize it.
Adjusted `!` in the debug messages, as it seems to effectively work as `{{$}}` now.
https://github.com/llvm/llvm-project/pull/162645
More information about the llvm-commits
mailing list