[llvm] [AMDGPU] Factor out common code from SIInsertWaitcnts (PR #83018)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 03:02:36 PST 2024


================
@@ -0,0 +1,1393 @@
+//===-- AMDGPUWaitCountUtils.cpp ------------------------------------------===//
----------------
jayfoad wrote:

I think the `Utils` directory is only for things shared between codegen and asm/dis. This should go in the main `AMDGPU` directory.

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


More information about the llvm-commits mailing list