[X86] Remove isTargetShuffleSplat and just use SelectionDAG::isSplatValue
shuffle(splat(x)) -> splat(x), it doesn't have to be a target specific broadcast
Loading
Please sign in to comment
shuffle(splat(x)) -> splat(x), it doesn't have to be a target specific broadcast