[clang] [llvm] [AMDGPU] Emit a waitcnt instruction after each memory instruction (PR #79236)

Jun Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 10:52:09 PST 2024


================
@@ -167,6 +167,10 @@ def FeatureCuMode : SubtargetFeature<"cumode",
   "Enable CU wavefront execution mode"
 >;
 
+def FeaturePreciseMemory
----------------
jwanggit86 wrote:

Thanks! This works. Code has been updated. Pls take a look.

https://github.com/llvm/llvm-project/pull/79236


More information about the llvm-commits mailing list