[llvm-branch-commits] [llvm] [NFC][AMDGPU][InsertWaitCnts] Move some simple functions into Utils (PR #202936)

Jay Foad via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jun 10 05:04:22 PDT 2026


https://github.com/jayfoad requested changes to this pull request.

The `Utils` subdirectory is only supposed to be for things that are shared between CodeGen and MC. If you're just refactoring a codegen pass then you can put the utilities in `lib/Target/AMDGPU/*Utils.{cpp,h}`.

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


More information about the llvm-branch-commits mailing list