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
UNSUPPORT test on 64-bit AIX too
[llvm-project.git]
/
flang
/
test
/
Driver
/
emit-asm-from-mlir.mlir
blob
99640662606c6e855e7dab08f4d8ec6a3c759f7c
1
; Verify that the driver can consume MLIR/FIR files.
2
3
; RUN: %flang_fc1 -S %s -o - | FileCheck %s
4
5
; CHECK-LABEL: foo:
6
; CHECK: ret
7
8
func.func @foo() {
9
return
10
}