This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Fold out unmerge to scalars from concat_vector
ClosedPublic

Authored by arsenm on Jul 9 2019, 2:51 PM.

Details

Summary

Removes illegal intermediate vectors if an operation was lowering to
concat_vectors, and the next operation is scalarized.

Diff Detail