bolt/deps/llvm-18.1.8/mlir/test/Target/LLVMIR/Import/target-cpu.ll
2025-02-14 19:21:04 +01:00

9 lines
234 B
LLVM

; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
; CHECK-LABEL: llvm.func @target_cpu()
; CHECK-SAME: target_cpu = "gfx90a"
define void @target_cpu() #0 {
ret void
}
attributes #0 = { "target-cpu"="gfx90a" }