[clang] [llvm] [AMDGPU] Emit a waitcnt instruction after each memory instruction (PR #79236)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 8 02:46:18 PST 2024
================
@@ -167,6 +167,10 @@ def FeatureCuMode : SubtargetFeature<"cumode",
"Enable CU wavefront execution mode"
>;
+def FeaturePreciseMemory
----------------
arsenm wrote:
The subtarget feature prefix should be removed. The subtarget feature name is not the user facing component of this, and no user should be directly using it
https://github.com/llvm/llvm-project/pull/79236
More information about the cfe-commits
mailing list