[llvm] [AMDGPU][SIInsertWaitcnts] Fix iota_range assertion when OtherMarks is empty in mergeAsyncMarks() (PR #193499)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 06:53:44 PDT 2026


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

```suggestion
# RUN: llc -mtriple=amdgcn -mcpu=gfx1250 -run-pass=si-insert-waitcnts < %s | FileCheck %s
```

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


More information about the llvm-commits mailing list