xref: /llvm-project/llvm/test/Verifier/x86_amx3.ll (revision bcdaccfe3466dcce889596599de4a6188726a84e)
1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3define void @f(x86_amx %A, x86_amx %B) {
4entry:
5  alloca x86_amx
6; CHECK: invalid type for alloca
7  ret void
8}
9