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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 07:40:08 PDT 2024


arsenm 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 

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


More information about the llvm-commits mailing list