[clang] [llvm] [AMDGPU] Emit a waitcnt instruction after each memory instruction (PR #79236)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 23:31:05 PST 2024
================
@@ -167,6 +167,10 @@ def FeatureCuMode : SubtargetFeature<"cumode",
"Enable CU wavefront execution mode"
>;
+def FeaturePreciseMemory
----------------
Pierre-vh wrote:
Just remove `m_amdgpu_Features_Group` from your option's `SimpleMFlag`, follow the same pattern as `wavefrontsize64`
https://github.com/llvm/llvm-project/pull/79236
More information about the llvm-commits
mailing list