[PATCH] D83335: [ScheduleDAGRRList] Use std::*_heap() to keep candidate queue a heap.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 08:01:00 PDT 2020


fhahn planned changes to this revision.
fhahn added a comment.

I'll put this on hold for now, until I have more time to investigate the heuristics. I've put up D84328 <https://reviews.llvm.org/D84328> which adds a cut-off for the number of candidates to check in the meantime, which also avoids huge increases in compile-time caused by the linear scan here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83335





More information about the llvm-commits mailing list