Skip to content

Commit 76b3142

Browse files
authored
Merge pull request #145 from IITH-Compilers/svkeerthy-patch-1
Update README.md
2 parents 022e4f9 + d72a5d9 commit 76b3142

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# IR2Vec
2+
> [!NOTE]
3+
> ### IR2Vec is now part of LLVM! 🎉
4+
>
5+
> We are excited to announce that we have started upstreaming IR2Vec to LLVM:
6+
> - RFC Discussion: https://discourse.llvm.org/t/rfc-enhancing-mlgo-inlining-with-ir2vec-embeddings
7+
> - Initial PR: https://github.com/llvm/llvm-project/pull/134004
8+
>
9+
> Thanks to all the [contributors](https://github.com/IITH-Compilers/IR2Vec/graphs/contributors)!
10+
>
11+
> This repository contains the original research implementation. In the coming days, we will be porting the contents of this repository to LLVM in an amenable manner. For the latest developments, please follow the LLVM upstream integration.
12+
>
213
`IR2Vec` is a LLVM IR based framework to generate distributed representations for the source code in an unsupervised manner, which can be used to represent programs as input to solve machine learning tasks that take programs as inputs.
314

415
This repo contains the source code and relevant information described in the [paper](https://doi.org/10.1145/3418463) ([arXiv](https://arxiv.org/abs/1909.06228)).

0 commit comments

Comments
 (0)