Skip to content
Commit bac7d973 authored by Craig Topper's avatar Craig Topper
Browse files

[LegalizeVectorTypes] Teach WidenVecRes_Convert to turn ANY_EXTEND into...

[LegalizeVectorTypes] Teach WidenVecRes_Convert to turn ANY_EXTEND into ANY_EXTEND_VECTOR_INREG when the input and output types need to be widened to the same width.

If we don't do it here, DAGCombine will just end up creating it from the scalar any_extend+build_vector so might as well save a step.

llvm-svn: 347034
parent bf46e741
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment