llvm-for-llvmta/tools/clang/test/CodeGen/function-min-vector-width.c
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

8 lines
255 B
C

// This test verifies that we produce min-legal-vector-width attributes
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s
void __attribute((__min_vector_width__(128))) foo() {}
// CHECK: "min-legal-vector-width"="128"