[PATCH] D124308: [MachineScheduler] exclude INLINEASM from schedule when it would increase register pressure
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 23 13:29:32 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineScheduler.cpp:473
+ LLVM_DEBUG(
+ dbgs() << "Not reschduling around: " << MI << "\nINLINEASM has "
+ << it.second << " " << TRI->getRegClassName(it.first)
----------------
reschduling -> rescheduling
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124308/new/
https://reviews.llvm.org/D124308
More information about the llvm-commits
mailing list