[PATCH] D73386: [AMDGPU] Attempt to reschedule withou clustering

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 16:09:28 PST 2020


kerbowa added a comment.

This tries scheduling with all mutations disabled including macro fusion right?

Instead of adding another scheduling pass could you try always disabling mutations for the first pass, and have them enabled for the second pass with a fallback if we drop occupancy?


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

https://reviews.llvm.org/D73386





More information about the llvm-commits mailing list