llvm-project
27c707d1 - [X86] Don't form pmaddwd for shift by 15 (#206473)

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.
Author
Parents
Loading