[llvm-branch-commits] [llvm] [AMDGPU] Add FUNC_WAVE32 for object linking info flag (PR #207633)

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 6 05:19:48 PDT 2026


================
@@ -3250,6 +3250,7 @@ if needed.
      0x2   ``FUNC_USES_FLAT_SCRATCH``  Function uses flat scratch addressing
      0x4   ``FUNC_HAS_DYN_STACK``      Function has dynamic stack allocation
      0x8   ``FUNC_WGP_MODE``           Function uses WGP execution mode
+     0x10  ``FUNC_WAVE32``             Function uses wave32; otherwise wave64
----------------
shiltian wrote:

You mean we want to use 0 for wave32 and 1 for wave64?

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


More information about the llvm-branch-commits mailing list