Skip to content

Commit

Permalink
[AMDGPU] Fix code-size-estimate.mir test
Browse files Browse the repository at this point in the history
Expensive-checks was failing on it.
  • Loading branch information
Pierre-vh committed Sep 7, 2023
1 parent c16adb0 commit 69036eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/CodeGen/AMDGPU/code-size-estimate.mir
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RUN: llc -mtriple=amdgcn--amdpal -mcpu=gfx90a -show-mc-encoding -o - %s | FileCheck %s
# 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


# CHECK: indirect_mov: ; @indirect_mov
Expand Down

0 comments on commit 69036eb

Please sign in to comment.