[PATCH] D127963: [AMDGPU] Add support for GFX11 LDSDIR hazards
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 10:27:29 PDT 2022
rampitec added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/lds-direct-hazards.mir:4
+# GCN-LABEL: name: lds_param_load_no_war
+# GCN: LDS_PARAM_LOAD 0, 0, 15
+---
----------------
This check does not mean there is no wait. Either use GCN-NEXT, or just generate the checks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127963/new/
https://reviews.llvm.org/D127963
More information about the llvm-commits
mailing list