https://github.com/lancern/mlir-gccjit
MLIR dialect for libgccjit
https://github.com/lancern/mlir-gccjit
compiler jit libgccjit llvm mlir mlir-dialect
Last synced: 8 months ago
JSON representation
MLIR dialect for libgccjit
- Host: GitHub
- URL: https://github.com/lancern/mlir-gccjit
- Owner: Lancern
- License: other
- Created: 2024-10-17T03:32:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T07:26:51.000Z (over 1 year ago)
- Last Synced: 2025-07-20T09:49:50.259Z (8 months ago)
- Topics: compiler, jit, libgccjit, llvm, mlir, mlir-dialect
- Language: C++
- Homepage: https://lancern.github.io/mlir-gccjit/
- Size: 490 KB
- Stars: 21
- Watchers: 4
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
> "There is one who could unite them, one who could reclaim the throne of Gondor." (Gandalf)

# mlir-gccjit
MLIR dialect for [`libgccjit`](https://gcc.gnu.org/onlinedocs/jit/).
## Discussion
If you have any questions about this project, check out the
[discussion area](https://github.com/Lancern/mlir-gccjit/discussions).
If you couldn't find satisfying answers there, feel free to
[open a new discussion](https://github.com/Lancern/mlir-gccjit/discussions/new/choose).
## Contribution
We warmly welcome any kind of contributions including but not restricted to bug
reports, feature requests, and pull requests. Please
[open an issue](https://github.com/Lancern/mlir-gccjit/issues/new) if you have
found a bug or want to request a new feature. Feel free to open a pull request
if you have made any improvements to the project!
## License
Please refer to [COPYING](COPYING) for more information.