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