brintos

brintos / llvm-project-archived public Read only

0
0
Text · 264 B · e30ef04 Raw
10 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3; CHECK-LABEL: llvm.func @prefer_vector_width()4; CHECK-SAME: prefer_vector_width = "128"5define void @prefer_vector_width() #0 {6  ret void7}8 9attributes #0 = { "prefer-vector-width"="128" }10