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
Break circular dependency between FIR dialect and utilities
[llvm-project.git]
/
flang
/
test
/
Fir
/
Todo
/
end.fir
blob
667e396809b0ed8ce62e4457f7ac7b8eab1538fa
1
// RUN: %not_todo_cmd fir-opt --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s 2>&1 | FileCheck %s
2
3
// Test `fir.end` conversion to llvm.
4
// Not implemented yet.
5
6
func.func @end_test() {
7
// CHECK: not yet implemented: fir.end codegen
8
"fir.end"() : () -> ()
9
}