[llvm] [AMDGPU] Consider FLAT instructions for VMEM hazard detection (PR #137170)
Robert Imschweiler via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 07:20:27 PDT 2025
================
@@ -269,11 +269,15 @@ body: |
S_ENDPGM 0
...
-# GCN-LABEL: name: no_hazard_lds_branch_flat
+# FLAT_* instructions "look at the per-workitem address and determine for each
+# work item if the target memory address is in global, private or scratch
+# memory" (RDNA2 ISA)
----------------
ro-i wrote:
To explain to the reader why there might be a hazard
https://github.com/llvm/llvm-project/pull/137170
More information about the llvm-commits
mailing list