Skip to content

Commit 6777f45

Browse files
[AMDGPU][NFC] Use GFX940 prefix in dpp64_combine test (#100459)
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250737
1 parent cf436b2 commit 6777f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AMDGPU/dpp64_combine.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc -mtriple=amdgcn -mcpu=gfx90a -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,DPP64,GFX90A
2-
; RUN: llc -mtriple=amdgcn -mcpu=gfx940 -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,DPP64,DPPMOV64
2+
; RUN: llc -mtriple=amdgcn -mcpu=gfx940 -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,DPP64,DPPMOV64,GFX940
33
; RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,DPP32,GFX10PLUS,GFX10
44
; RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,DPP32,GFX10PLUS,GFX11
55

@@ -74,7 +74,7 @@ define amdgpu_kernel void @dpp64_div(ptr addrspace(1) %arg, i64 %in1) {
7474
; DPP64: v_mov_b32_dpp
7575
; GFX90A: v_add_co_u32_e32
7676
; GFX90A: v_addc_co_u32_e32
77-
; DPPMOV64: v_lshl_add_u64
77+
; GFX940: v_lshl_add_u64
7878
; GFX10: v_mov_b32_dpp
7979
; GFX10: v_add_co_u32
8080
; GFX10: v_add_co_ci_u32_e32

0 commit comments

Comments
 (0)