cornell-zhang / heterocl

HeteroCL: A Multi-Paradigm Programming Infrastructure for Software-Defined Heterogeneous Computing
https://cornell-zhang.github.io/heterocl/
Apache License 2.0
322 stars 92 forks source link

[API] Fixed incorrect casting for select in CastRemover #136

Closed seanlatias closed 4 years ago

seanlatias commented 4 years ago

Originally, in CastRemover, we removed all the casted data types, this creates problems when we want to access the data type of the variables.