[AAch64] Optimize muls with operands having enough sign bits.
Muls with 64bit operands where each of the operand is having more than 32 sign bits, we can generate a single smull instruction on a 32bit operand. Differential Revision: https://reviews.llvm.org/D138817
Loading
Please sign in to comment