[PATCH] D114792: [AMDGPU] Test for in-order waitcnt insertion for bvh instructions
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 06:05:35 PST 2021
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/waitcnt-bvh.mir:3
+
+...
+name: waitcnt-check-inorder
----------------
I think the canonical YAML format is to have `---` before each function and `...` after it, like this:
```
---
function goes here
...
```
================
Comment at: llvm/test/CodeGen/AMDGPU/waitcnt-bvh.mir:7
+ bb.0:
+ ; GCN-LABEL: name: waitcnt-check-inorder
+ ; GCN: $vgpr0_vgpr1_vgpr2_vgpr3 = IMAGE_BVH_INTERSECT_RAY_sa_gfx10 killed $vgpr4_vgpr5_vgpr6_vgpr7_vgpr8_vgpr9_vgpr10_vgpr11_vgpr12_vgpr13_vgpr14_vgpr15_vgpr16_vgpr17_vgpr18_vgpr19
----------------
It looks like these checks are (or could be?) autogenerated, but there's no "autogenerated by" comment on line 1.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114792/new/
https://reviews.llvm.org/D114792
More information about the llvm-commits
mailing list