Skip to content

[AArch64] Set a RealUse for getVectorInstrCost with scalar uses. #138811

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davemgreen
Copy link
Collaborator

This essentially says that integer extracts from lane 0 will not be free, which considering the use from SLP vectorization is likely true and brings the cost of extracts/inserts closer to where it should ideally be.

Most of the tests seem better or are not measuring costs, barring the multiple_reduction.ll which was previously accidentally working but not efficiently.

This essentially says that integer extracts from lane 0 will not be free, which
considering the use from SLP vectorization is likely true and brings the cost
of extracts/inserts closer to where it should ideally be.

Most of the tests seem better or are not measuring costs, barring the
multiple_reduction.ll which was previously accidentally working but not
efficiently.
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