repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git]
/
mlir
/
test
/
Target
/
LLVMIR
/
ident.mlir
blob
e2c343df3c7f33962cd7f613884df6bec7b6e4cc
1
// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
2
3
// CHECK: !llvm.ident = !{![[ID:[0-9]+]]}
4
// CHECK: ![[ID]] = !{!"flang version 61.7.4"}
5
module attributes {llvm.ident = "flang version 61.7.4"} {
6
}