[llvm] [ARM]Adjust cost of muls in SMLAL patterns (PR #122713)

Nashe Mncube via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 06:12:34 PDT 2025


================
@@ -1458,16 +1458,62 @@ InstructionCost ARMTTIImpl::getArithmeticInstrCost(
   if (LooksLikeAFreeShift())
     return 0;
 
+  // When targets have both DSP and MVE we find that the
----------------
nasherm wrote:

Sure. Seems to make sense

https://github.com/llvm/llvm-project/pull/122713


More information about the llvm-commits mailing list