[PATCH] D124550: [AMDGPU] Handle LDS DMA and LDS_DIRECT hazards

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 10:46:29 PDT 2022


rampitec updated this revision to Diff 426772.
rampitec marked an inline comment as done.
rampitec added a comment.

Collapsed all conditions around checkReadM0Hazards(). To me it is less readable but since there is a concern we may call checkReadM0Hazards() more than needed, combined.


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

https://reviews.llvm.org/D124550

Files:
  llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  llvm/lib/Target/AMDGPU/GCNSubtarget.h
  llvm/test/CodeGen/AMDGPU/hazard.mir
  llvm/test/CodeGen/AMDGPU/lds-dma-hazards.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124550.426772.patch
Type: text/x-patch
Size: 5982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220503/38d95fd0/attachment.bin>


More information about the llvm-commits mailing list