tum-ei-eda / seal5

Seal5 - Semi-automated LLVM Support for RISC-V Extensions including Autovectorization
https://tum-ei-eda.github.io/seal5/
Apache License 2.0
8 stars 3 forks source link

Feature transform api #83

Closed PhilippvK closed 1 month ago

PhilippvK commented 1 month ago

See #81

Changes:

TODOs:

PhilippvK commented 1 month ago

@thomasgoodfellow Feel free to have a look at this. This is a minimal "hack" to expose the transforms to be called from python while still using the "cmdline-fist" approach. The migration to a more powerful api (which will especially be helpful for sharing common code) can be done later as proposed in #54