[llvm] [DAGCombiner] Don't let scalarizeBinOpOfSplats create illegal scalar MULHS/MULHU (PR #104518)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 18:39:16 PDT 2024


lukel97 wrote:

> Are there other ops that can't be type legalized? If other cases arise then we should maybe revert and revisit #100749

I went through all the users of SimplifyVBinOp, MULHS/MULHU seem to be the only ones that can't be type legalized.

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


More information about the llvm-commits mailing list