[llvm] [X86] Generate `vpmuludq` instead of `vpmullq` (PR #121456)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 00:20:01 PST 2025


phoebewang wrote:

> because `SimplifyDemandedVectorElts` simplifies the arguments and we fail the combine to `PMULDQ`.

Is it possible to combine the new patten instead of disble `SimplifyDemandedVectorElts`?

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


More information about the llvm-commits mailing list