[clang] [llvm] [AMDGPU] Emit a waitcnt instruction after each memory instruction (PR #68932)
Jay Foad via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 21 05:17:23 PST 2023
================
@@ -0,0 +1,222 @@
+; Testing the -amdgpu-precise-memory-op option
+; COM: llc -mtriple=amdgcn -mcpu=hawaii -mattr=+amdgpu-precise-memory-op -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GFX7
----------------
jayfoad wrote:
What is COM: ?
https://github.com/llvm/llvm-project/pull/68932
More information about the cfe-commits
mailing list