[llvm] [AMDGPU] Model ordered XDL writes in expert scheduling (PR #218326)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 23 23:57:00 PDT 2026


================
@@ -0,0 +1,511 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1250 -verify-machineinstrs -amdgpu-expert-scheduling-mode -run-pass si-insert-waitcnts %s -o - | FileCheck %s
----------------
arsenm wrote:

```suggestion
# RUN: llc -mtriple=amdgpu12.50-amdgpu-expert-scheduling-mode -run-pass si-insert-waitcnts %s -o - | FileCheck %s
```

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


More information about the llvm-commits mailing list