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

Optimize ADDE/ADDC/SUBE/SUBC #77

Open
jbush001 opened this issue Jun 23, 2017 · 1 comment
Open

Optimize ADDE/ADDC/SUBE/SUBC #77

jbush001 opened this issue Jun 23, 2017 · 1 comment

Comments

@jbush001
Copy link
Owner

Currently these use branches, which are unnecessary. Grab carry from the comparison result register. Implement in NyuziISelLowering.

@jbush001
Copy link
Owner Author

ADDC/SUBC are being phased out in favor for ADDCARRY and SUBCARRY, need to consider those too.

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