brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · cc09149 Raw
7 lines · plain
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: the range must have integer type!4define void @range_vector_type(i8 range(<4 x i32> 0, 0) %a) {5  ret void6}7