[PATCH] D84883: [AMDGPU] prefer non-mfma in post-RA schedule

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 12:13:08 PDT 2020


kerbowa added a comment.

Actually MFMA would need more height to ensure post-RA tries to schedule them first and together. You could have their results be implicit uses on later instruction like S_ENDPGM or something.


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

https://reviews.llvm.org/D84883



More information about the llvm-commits mailing list