brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · 8108c79 Raw
9 lines · plain
1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s2 3define void @f(x86_amx %A, x86_amx %B) {4entry:5  alloca x86_amx6; CHECK: invalid type for alloca7  ret void8}9