mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 08:46:06 +00:00
16 lines
380 B
Markdown
16 lines
380 B
Markdown
![]() |
# 'func' Dialect
|
||
|
|
||
|
This dialect provides documentation for operations within the Func dialect.
|
||
|
|
||
|
This dialect contains operations surrounding high order function
|
||
|
abstractions, such as calls.
|
||
|
|
||
|
**Please post an RFC on the [forum](https://llvm.discourse.group/c/mlir/31)
|
||
|
before adding or changing any operation in this dialect.**
|
||
|
|
||
|
[TOC]
|
||
|
|
||
|
## Operations
|
||
|
|
||
|
[include "Dialects/FuncOps.md"]
|