llvm-project
27c707d1
- [X86] Don't form pmaddwd for shift by 15 (#206473)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
46 days ago
[X86] Don't form pmaddwd for shift by 15 (#206473) I believe the transform is not correct for shifts by 15, because the multiplier gets sign extended, turning a multiply by 2^15 into one by -2^15.
References
#206473 - [X86] Don't form pmaddwd for shift by 15
Author
nikic
Parents
2f8525c5
Loading