[AArch64] Try to combine MULL with uzp1.
For example, smull(trunc(x), extract_high(y)) ==> smull(extract_high(uzp1(undef,x)), extract_high(y)) -> It will be matched to smull2 Differential Revision: https://reviews.llvm.org/D150969
Loading
Please sign in to comment