[llvm] [AArch64][GlobalISel] Improve MULL generation (PR #112405)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 13:29:18 PST 2024


davemgreen wrote:

I've updated this to be more like the SDAG equivalent in selectUmullSmull, where it looks at the known buts / sign bits for converting to umull/smull, especially for 64bit types.

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


More information about the llvm-commits mailing list