ChrisCummins / clgen

Deep learning program generator
https://chriscummins.cc/pub/2017-cgo.pdf
GNU General Public License v3.0
101 stars 30 forks source link

native/rewriter: Rewrite user-defined types #8

Open ChrisCummins opened 7 years ago

ChrisCummins commented 4 years ago

Some interesting work by https://github.com/spcl/ncc looks to implementing something like this; they inline struct references in LLVM IR.