DAGCombiner was hitting a SimpleType assertion when trying to combine a v3f32 before type legalization.
bugzilla: https://bugs.llvm.org/show_bug.cgi?id=41916
Seems reasonable to me. LGTM