-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix G_BUILD_VECTOR legalization #252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! Would be nice to apply Andreu's suggestion before merging.
0c78e42
to
92c870a
Compare
; CHECK-NEXT: vpush.hi.32 x2, x2, r0 // Delay Slot 4 | ||
; CHECK-NEXT: vpush.hi.32 x2, x2, r0 // Delay Slot 3 | ||
; CHECK-NEXT: vsel.32 x0, x2, x0, r16 // Delay Slot 2 | ||
; CHECK-NEXT: mov r16, r9 // Delay Slot 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did we/I miss this 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I don't dare approve this change again 😆
Fixed incorrect destination register while legalizing G_BUILD_VECTOR