blob: 402e60781c694414342ca62fc7a35081883496b0 [file] [log] [blame]
// 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(void) {}
// CHECK: "min-legal-vector-width"="128"