[AArch64][SVE] Generate smull/umull instead of sve v2i64 mul
A neon smull/umull should be preferred over a sve v2i64 mul with two extends. It will be both less instructions and a lower cost multiply instruction. Differential Revision: https://reviews.llvm.org/D148248
Loading
Please sign in to comment