Skip to content

Commit eb0d8cd

Browse files
committed
added a comment
1 parent cf11bea commit eb0d8cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/AMDGPU/build_vector.gfx11plus.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
; RUN: llc < %s -mtriple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 -stop-after=amdgpu-isel | FileCheck %s --check-prefixes=GFX11-REAL16
33
; RUN: llc < %s -mtriple=amdgcn -mcpu=gfx1100 -mattr=-real-true16 -stop-after=amdgpu-isel | FileCheck %s --check-prefixes=GFX11-FAKE16
44

5+
; Make sure no "vgpr32 = copy vgpr16" is generated
6+
57
define amdgpu_kernel void @build_vector_bfi (ptr addrspace(1) %a, ptr addrspace(1) %b, ptr addrspace(1) %out) {
68
; GFX11-REAL16-LABEL: name: build_vector_bfi
79
; GFX11-REAL16: bb.0.entry:

0 commit comments

Comments
 (0)