[PATCH] D72033: [AArch64] Enable post-RA sched for more cores

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 31 06:56:16 PST 2019


fhahn added a comment.

In D72033#1799977 <https://reviews.llvm.org/D72033#1799977>, @samparker wrote:

> > But I am not sure what the tests check exactly. Wouldn’t it be sufficient to check if the post ra scheduler is run per default for the additional cores?
>
> Yes, this is all I really what to test... what's the easiest way to do this?


One way would be just to check the debug output. Maybe not the most elegant way, but I am not sure if there’s a way to print the executed passes as with opt


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

https://reviews.llvm.org/D72033





More information about the llvm-commits mailing list