[llvm] [AMDGPU] Add SchedGroupBarrier::PACK for packed math (PR #132432)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 22 04:52:03 PDT 2025


================
@@ -1347,6 +1347,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
                                                    - 0x0100: All DS read instructions may be scheduled accoss sched_barrier.
                                                    - 0x0200: All DS write instructions may be scheduled across sched_barrier.
                                                    - 0x0400: All Transcendental (e.g. V_EXP) instructions may be scheduled across sched_barrier.
+                                                   - 0x0800: All Packed Arithmetic (e.g. V_PK_MOV, V_DOT, etc) instructions may be scheduled across sched_barrier.
----------------
arsenm wrote:

Packed doesn't mean anything. All of these should be in terms of hardware defined scheduling resources, not aesthetic usage type 

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


More information about the llvm-commits mailing list