[PATCH] D104730: [MCA] [AMDGPU] Adding CustomBehaviour implementation for AMDGPU.

Patrick Holland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 25 10:28:59 PDT 2021


holland11 updated this revision to Diff 354544.
holland11 added a comment.

Removed all lines with s_waitcnt_depctr and added a comment mentioning that we do not currently handle it. Also added a comment explaining why the pseudo instructions are included in the switch statement. Also modified the formatting of one comment block per @foad 's suggestion.

I am currently running `ninja check all`, but I expect everything will be fine. If it isn't, I'll fix it and update.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104730

Files:
  llvm/lib/Target/AMDGPU/SISchedule.td
  llvm/test/tools/llvm-mca/AMDGPU/gfx10-double.s
  llvm/test/tools/llvm-mca/AMDGPU/gfx9-retireooo.s
  llvm/tools/llvm-mca/lib/AMDGPU/AMDGPUCustomBehaviour.cpp
  llvm/tools/llvm-mca/lib/AMDGPU/AMDGPUCustomBehaviour.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104730.354544.patch
Type: text/x-patch
Size: 53821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210625/6f28bfd4/attachment.bin>


More information about the llvm-commits mailing list