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