You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, under ZDACS Tr unconditionally calls a function for conversion. However, this is obviously wasteful for integer->integer and probably most fixed->fixed conversions. Due to this, the higher level codegen avoids generating Tr codes for such cases, but that is in and of itself an unnecessary complication there and introduces opportunities to miss out on IR arg optimizations.
The text was updated successfully, but these errors were encountered:
Currently, under ZDACS
Tr
unconditionally calls a function for conversion. However, this is obviously wasteful for integer->integer and probably most fixed->fixed conversions. Due to this, the higher level codegen avoids generatingTr
codes for such cases, but that is in and of itself an unnecessary complication there and introduces opportunities to miss out on IR arg optimizations.The text was updated successfully, but these errors were encountered: