cornell-zhang / hcl-dialect

HeteroCL-MLIR dialect for accelerator design
https://cornell-zhang.github.io/heterocl/index.html
Other
40 stars 17 forks source link

[Frontend] Support return expression for `hcl.return_` #110

Closed zzzDavid closed 1 year ago

zzzDavid commented 2 years ago

Related tests:

The error is thrown building expression hcl.return_(temp[0])

zzzDavid commented 1 year ago

The revamped frontend solved this issue https://github.com/cornell-zhang/heterocl/pull/473, the above test case passed. Closing the thread.