[LoongArch] Optimize multiplication with immediates
Optimize 'x * c' to (ALSL x, (SLLI x, i0), i1) in which c = (1 << i0) | (1 << i1). Reviewed By: xen0n, SixWeining Differential Revision: https://reviews.llvm.org/D147406
Loading
Please sign in to comment