[llvm] [GlobalISel][AArch64] Add lowering for G_UMULFIX (PR #197018)

Gábor Spaits via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 02:57:09 PDT 2026


spaits wrote:

I have also created a PR for the sat versions of these opcodes: G_SMULFIXSAT and G_UMULFIXSAT (#197400). Those PRs depend on those. If all these are merged GISel won't fail for `@llvm.[u|s]mul(.sat)?.fix.*` intrinsics.

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


More information about the llvm-commits mailing list