File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22; RUN: llc -mtriple=amdgcn -mcpu=fiji < %s | FileCheck -check-prefixes=GCN %s
3+ ; RUN: not --crash llc -O0 -mtriple=amdgcn -mcpu=fiji < %s -o /dev/null 2>&1 | FileCheck --check-prefixes=GCN-O0 %s
4+ ; GCN-O0: LLVM ERROR: Cannot select: t{{[0-9]+}}: i32 = extract_vector_elt
35
46define amdgpu_kernel void @float4_extelt (ptr addrspace (1 ) %out , i32 %sel ) {
57; GCN-LABEL: float4_extelt:
Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22; RUN: llc -mtriple=amdgcn -mcpu=fiji < %s | FileCheck -enable-var-scope -check-prefixes=GCN %s
3+ ; RUN: not --crash llc -O0 -mtriple=amdgcn -mcpu=fiji < %s -o /dev/null 2>&1 | FileCheck --check-prefixes=GCN-O0 %s
4+ ; GCN-O0: LLVM ERROR: Cannot select: t{{[0-9]+}}: {{.*}} = insert_vector_elt
35
46define amdgpu_kernel void @float4_inselt (ptr addrspace (1 ) %out , <4 x float > %vec , i32 %sel ) {
57; GCN-LABEL: float4_inselt:
You can’t perform that action at this time.
0 commit comments