[llvm] [clang] [AMDGPU] Emit a waitcnt instruction after each memory instruction (PR #79236)
Jun Wang via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 30 14:04:36 PST 2024
================
@@ -167,6 +167,10 @@ def FeatureCuMode : SubtargetFeature<"cumode",
"Enable CU wavefront execution mode"
>;
+def FeaturePreciseMemory
----------------
jwanggit86 wrote:
End user needs this, so a clang command-line option has been added. There was a lot discussion on this. I'll forward you the email.
https://github.com/llvm/llvm-project/pull/79236
More information about the cfe-commits
mailing list