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 branch free capability #453

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Nov 14, 2024

This adds another path of access to vector suggested as the second part of #446

Signed-off-by: Kimball Thurston <[email protected]>
When direct .x/.y/.z access is not possible, and subscript operators are
needed, this should enable the auto-vectorize optimization passes to
have a chance at making more efficient pipelines. This access method
change will also enable temporary stack vectors to be elided and live
entirely in registers and not need to be stored to the stack.

Signed-off-by: Kimball Thurston <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant