blob: fb22a4fce6d9ffa6a7279706a67691e03f1ff174 [file] [log] [blame]
Craig Topper74c10e32018-07-09 19:00:16 +00001// This test verifies that we produce min-legal-vector-width attributes
2
3// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s
4
5void __attribute((__min_vector_width__(128))) foo() {}
6
7// CHECK: "min-legal-vector-width"="128"