[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Verifier / vector-function-abi-variant.ll
blob345e262df48b59e16b5884f359bb4ebc9004e7db
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 define void @cond_call() {
4 entry:
5   br label %for.body
7 for.body:                                         ; preds = %for.body, %entry
8   %foo.ret = call i64 @foo()
9   br label %for.body
12 declare i64 @foo() #0
14 attributes #0 = {"vector-function-abi-variant"="_ZGV_LLVM_M4v_foo(vector_foo)" }
15 ; CHECK:      invalid name for a VFABI variant: _ZGV_LLVM_M4v_foo(vector_foo)
16 ; CHECK-NEXT: ptr @foo