You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This folder contains the scripts used to source the intermediate representations from the source code. We follow the procedures outlined in the IRCoder Paper [Link](https://arxiv.org/abs/2403.03894). These scripts should allow one to translate source code files kept in a certain directory into LLVM IR. For more details on how to structure the source files and how to dedupe them, refer to the [paper](https://github.com/UKPLab/arxiv2024-IRCoder).