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

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 28 22:41:12 PST 2024


================
@@ -0,0 +1,199 @@
+; Testing the -amdgpu-precise-memory-op option
----------------
Pierre-vh wrote:

Please generate the test using `update_llc_test_checks`, much easier to update if/when things change.

Also I think you don't need `-verify-machineinstrs`. It's expensive and runs anyway when EXPENSIVE_CHECKS is on.

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


More information about the llvm-commits mailing list