[PATCH] D129927: [MachineScheduler] Try to issue the load instruction preferentially

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 01:15:21 PDT 2022


fhahn added a comment.

Do you have any numbers on the benefit of that? I am not sure if using a target feature here is a good idea. If it is better to schedule aggressively for latency then this should probably be driven by the scheduling model.


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

https://reviews.llvm.org/D129927



More information about the llvm-commits mailing list