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 cf11bea commit eb0d8cdCopy full SHA for eb0d8cd
llvm/test/CodeGen/AMDGPU/build_vector.gfx11plus.ll
@@ -2,6 +2,8 @@
2
; RUN: llc < %s -mtriple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 -stop-after=amdgpu-isel | FileCheck %s --check-prefixes=GFX11-REAL16
3
; RUN: llc < %s -mtriple=amdgcn -mcpu=gfx1100 -mattr=-real-true16 -stop-after=amdgpu-isel | FileCheck %s --check-prefixes=GFX11-FAKE16
4
5
+; Make sure no "vgpr32 = copy vgpr16" is generated
6
+
7
define amdgpu_kernel void @build_vector_bfi (ptr addrspace(1) %a, ptr addrspace(1) %b, ptr addrspace(1) %out) {
8
; GFX11-REAL16-LABEL: name: build_vector_bfi
9
; GFX11-REAL16: bb.0.entry:
0 commit comments