[PATCH] D130677: [AMDGPU] Fix DGEMM hazard for GFX90a

Vang Thao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 10:06:35 PDT 2022


vangthao updated this revision to Diff 448671.
vangthao added a comment.

Remove feature bit and check `hasGFX90AInsts() && !hasGFX940Insts()` instead. Combine check with previous loop. Check for fallthrough blocks and added tests for fallthrough blocks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130677

Files:
  llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  llvm/lib/Target/AMDGPU/GCNSubtarget.h
  llvm/test/CodeGen/AMDGPU/mai-hazards-gfx90a.mir
  llvm/test/CodeGen/AMDGPU/mai-hazards-gfx940.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130677.448671.patch
Type: text/x-patch
Size: 12733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220729/2f799af8/attachment.bin>


More information about the llvm-commits mailing list