We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16adb0 commit 69036ebCopy full SHA for 69036eb
llvm/test/CodeGen/AMDGPU/code-size-estimate.mir
@@ -1,5 +1,5 @@
1
-# RUN: llc -mtriple=amdgcn--amdpal -mcpu=gfx90a -show-mc-encoding -o - %s | FileCheck %s
2
-# RUN: llc -mtriple=amdgcn--amdpal -mcpu=gfx802 -show-mc-encoding -o - %s | FileCheck %s
+# RUN: llc -mtriple=amdgcn--amdpal --start-after=greedy -mcpu=gfx90a -show-mc-encoding -o - %s | FileCheck %s
+# RUN: llc -mtriple=amdgcn--amdpal --start-after=greedy -mcpu=gfx802 -show-mc-encoding -o - %s | FileCheck %s
3
4
5
# CHECK: indirect_mov: ; @indirect_mov
0 commit comments