cornell-zhang / hcl-dialect

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

[LLVM][FixedToInt] Fix #175 call op result type mismatch #176

Closed zzzDavid closed 1 year ago

zzzDavid commented 1 year ago

This PR fixes issue #175 and adds a test case.

Add support for two things:

Test case added: test/Transforms/datatype/fti_funcsig.mlir

chhzh123 commented 1 year ago

So it is mainly because the function signature is not updated?

zzzDavid commented 1 year ago

Yes, the call op's result type was not updated