[PATCH] D72125: [NFC] Move InPQueue into normal argument in releaseNode

Lorenzo Casalino via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 23:39:56 PST 2020


DoktorC added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineScheduler.h:959
 
-    Top.releaseNode<false>(SU, SU->TopReadyCycle);
+    Top.releaseNode(SU, SU->TopReadyCycle, false);
     TopCand.SU = nullptr;
----------------
Would it be worth to add a `/*InPQueue=*/` comment next to the new argument?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72125/new/

https://reviews.llvm.org/D72125





More information about the llvm-commits mailing list