AnyDSL / thorin

The Higher-Order Intermediate Representation
https://anydsl.github.io
GNU Lesser General Public License v3.0
150 stars 15 forks source link

Implemented the C backend for inline assembly #54

Closed tillspeicher closed 8 years ago

tillspeicher commented 8 years ago

Also contains overloaded operators for Assembly::Flags that are needed in Impala as well.

This should not be merged right away because I first want to have some tests for emitting inline assembly in CUDA to check that everything works.

tillspeicher commented 8 years ago

The C backend should work now, I would say it's ready to merge.