[llvm] GlobalISel: Use G_UADDE when narrowing G_UMULH (PR #97194)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 08:25:21 PDT 2024


tschuett wrote:

> > > Why is AArch64 not affected? Missing test coverage?
> > 
> > 
> > My guess is since it has a 64-bit multiply, this will typically be unused. The test coverage for really wide multiplies is probably lacking
> 
> Yes, missing tests. It has 64-bit umulh, so I have to go all the way to an i160 multiply before I see this expansion kick in

Thanks!

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


More information about the llvm-commits mailing list