[PATCH] D126700: [MachineScheduler] Order more stores by ascending address

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 01:34:35 PDT 2022


fhahn added a comment.

A subtarget feature sounds like a good way to gate this, thanks! It makes sense to only do this for CPUs where it's proven to be profitable IMO.


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

https://reviews.llvm.org/D126700



More information about the llvm-commits mailing list