[llvm] [AArch64][GlobalISel] Add push_mul_through_s/zext (PR #141551)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 4 10:18:47 PDT 2025
davemgreen wrote:
Some of the neon-dotreduce.ll cases are worse, we are pretty bad at dealing with odd sized extends at the moment and this turns it from 1 bad extend into 2 bad extends. It should be fixed separately when they get through legalization more efficiently.
https://github.com/llvm/llvm-project/pull/141551
More information about the llvm-commits
mailing list