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

Jun Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 16:07:53 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
----------------
jwanggit86 wrote:

Comment. Some testcases in this file won't run if mcpu=hawaii. In the latest commit, the test file has been split into 2.

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


More information about the llvm-commits mailing list