bolt/deps/llvm-18.1.8/mlir/test/Target/LLVMIR/Import/target-features.ll

10 lines
297 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
; CHECK-LABEL: llvm.func @target_features()
; CHECK-SAME: #llvm.target_features<["+sme", "+sme-f64f64", "+sve"]>
define void @target_features() #0 {
ret void
}
attributes #0 = { "target-features"="+sme,+sme-f64f64,+sve" }