brintos

brintos / llvm-project-archived public Read only

0
0
Text · 234 B · 84c0f96 Raw
10 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3; CHECK-LABEL: llvm.func @target_cpu()4; CHECK-SAME: target_cpu = "gfx90a"5define void @target_cpu() #0 {6  ret void7}8 9attributes #0 = { "target-cpu"="gfx90a" }10