[PATCH] D86253: [AMDGPU] Disable stall weight calculation in regbank-reassign

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 12:47:44 PDT 2020


rampitec added a comment.

Hm... On practice that is std::list::sort() takes most of the time. Maybe it is vaible to change the list to a vector of lists, where vector is sorted by equal weights.


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

https://reviews.llvm.org/D86253



More information about the llvm-commits mailing list