Skip to content

Commit 19e9b1b

Browse files
committed
[AMDGPU] Update lit test comment.
1 parent 4650a9f commit 19e9b1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/CodeGen/AMDGPU/sched-image-sample-post-RA.mir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -run-pass=postmisched -verify-misched -o - %s | FileCheck -check-prefix=TopDown %s
33
# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -run-pass=postmisched -misched-postra-direction=bottomup -verify-misched -o - %s | FileCheck -check-prefix=BottomUp %s
44

5+
# This test demonstrates how bottom-up scheduling moves IMAGE_SAMPLE instructions
6+
# earlier compared to top-down scheduling.
7+
58
---
69
name: sched_image_sample_post_ra
710
tracksRegLiveness: true

0 commit comments

Comments
 (0)