[PATCH] D128313: AMDGPU: Use isMeta flags on pseudoinstructions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 06:59:35 PDT 2022


arsenm added a comment.

In D128313#3600896 <https://reviews.llvm.org/D128313#3600896>, @kerbowa wrote:

> Any idea why there is this slight change to the scheduling in the test? This patch will definitely be helpful especially for sched_group_barrier if it doesn't change the way any edges are added. Thanks!

The test change disappears if I hack TargetSchedModel::getNumMicroOps to treat SCHED_BARRIER as 1 as it was without this bit set


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

https://reviews.llvm.org/D128313



More information about the llvm-commits mailing list