blob: e30ef04924b8135a6f72fe695883937fd1614a82 [file] [log] [blame]
; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
; CHECK-LABEL: llvm.func @prefer_vector_width()
; CHECK-SAME: prefer_vector_width = "128"
define void @prefer_vector_width() #0 {
ret void
}
attributes #0 = { "prefer-vector-width"="128" }