brintos

brintos / llvm-project-archived public Read only

0
0
Text · 297 B · d3feeda Raw
10 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3; CHECK-LABEL: llvm.func @target_features()4; CHECK-SAME: #llvm.target_features<["+sme", "+sme-f64f64", "+sve"]>5define void @target_features() #0 {6  ret void7}8 9attributes #0 = { "target-features"="+sme,+sme-f64f64,+sve" }10