Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inline codegen for simpler Tr codes #53

Open
DavidPH opened this issue Jan 10, 2025 · 0 comments
Open

Add inline codegen for simpler Tr codes #53

DavidPH opened this issue Jan 10, 2025 · 0 comments

Comments

@DavidPH
Copy link
Owner

DavidPH commented Jan 10, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant