[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git] / mlir / test / Target / LLVMIR / target-cpu.mlir
blob80f8172143259a4caab77efc4cb4813ef0ca99d2
1 // RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
3 // CHECK: define void @target_cpu() #[[ATTRS:.*]] {
4 // CHECK: attributes #[[ATTRS]] = { "target-cpu"="gfx90a" }
5 llvm.func @target_cpu() attributes {target_cpu = "gfx90a"} {
6   llvm.return