exo-lang / exo

Exocompilation for productive programming of hardware accelerators
https://exo-lang.dev
MIT License
302 stars 28 forks source link

Extend `extract_method` to be able to extract a statement block #73

Open yamaguchi1024 opened 3 years ago

yamaguchi1024 commented 3 years ago

extract_method should be able to extract a statement block instead of a single statement.

gilbo commented 3 years ago

There’s an existing scheduling directive for this. Is the issue that it’s broken?

On Aug 8, 2021, at 5:28 AM, Yuka Ikarashi @.***> wrote:

 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

yamaguchi1024 commented 3 years ago

Oh! I didn't know that. Which proc is it?

alexreinking commented 2 years ago

I'm not sure what this issue means at all.

rachitnigam commented 1 year ago

Can we add a minimal reproducible example (MRE) showing off the problem and the proposed fix?