[llvm] [AArch64] Fix #94909: Optimize vector fmul(sitofp(x), 0.5) -> scvtf(x, 2) (PR #141480)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 08:11:38 PDT 2025
davemgreen wrote:
It looks like the existing scalar code uses tablegen patterns, via SelectCVTFixedPosRecipOperand. Would it be possible to do the same for vector operations? It would need to detect the splat constant.
https://github.com/llvm/llvm-project/pull/141480
More information about the llvm-commits
mailing list