-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[MachineScheduler] Convert some of the debug prints into using LDBG. NFC #161997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
These lines are heavily skewed and hard to read. Using the new LDBG there instead. NFC.
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/2/builds/35393 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/138/builds/19987 Here is the relevant piece of the build log for the reference
|
…g LDBG. NFC (#161997)" This reverts commit a741479. This breaks builds: 3355 | << SchedModel->getResourceName(CurrZone.getZoneCritResIdx()) << "\n"; | ~~~~~~~~~~ ^ /home/buildbot/workspace/bolt-aarch64-ubuntu-clang/llvm-project/llvm/lib/CodeGen/MachineScheduler.cpp:3358:51: error: no member named 'getResourceName' in 'llvm::TargetSchedModel' 3358 | LDBG() << " RemainingLimit: " << SchedModel->getResourceName(OtherCritIdx) | ~~~~~~~~~~ ^ 2 errors generated. E.g. https://lab.llvm.org/buildbot/#/builders/128/builds/7522
…NFC (llvm#161997) These lines are heavily skewed and hard to read. Using the new LDBG there instead. NFC.
…g LDBG. NFC (llvm#161997)" This reverts commit a741479. This breaks builds: 3355 | << SchedModel->getResourceName(CurrZone.getZoneCritResIdx()) << "\n"; | ~~~~~~~~~~ ^ /home/buildbot/workspace/bolt-aarch64-ubuntu-clang/llvm-project/llvm/lib/CodeGen/MachineScheduler.cpp:3358:51: error: no member named 'getResourceName' in 'llvm::TargetSchedModel' 3358 | LDBG() << " RemainingLimit: " << SchedModel->getResourceName(OtherCritIdx) | ~~~~~~~~~~ ^ 2 errors generated. E.g. https://lab.llvm.org/buildbot/#/builders/128/builds/7522
These lines are heavily skewed and hard to read. Using the new LDBG there instead.
NFC.