[llvm] [AMDGPU] CodeGen for GFX12 S_WAIT_* instructions (PR #77438)

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 04:51:40 PST 2024


================
@@ -137,17 +150,33 @@ enum VmemType {
   // MIMG instructions with a sampler.
   VMEM_SAMPLER,
   // BVH instructions
-  VMEM_BVH
+  VMEM_BVH,
+  NUM_VMEM_TYPES
----------------
Pierre-vh wrote:

idem

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


More information about the llvm-commits mailing list