Sign in
llvm
/
llvm-project
/
mlir
/
refs/heads/master
/
.
/
test
/
Target
/
LLVMIR
/
Import
/
target-cpu.ll
blob: 84c0f96c267a11f0fdae80515de0d95257227a25 [
file
] [
log
] [
blame
]
; 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"
}