This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombiner] Teach visitEXTRACT_SUBVECTOR to turn extracts of BUILD_VECTOR into smaller BUILD_VECTORs
ClosedPublic

Authored by craig.topper on Aug 26 2017, 8:13 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Aug 26 2017, 8:13 PM

Remove some test cases that were also updated by a target specific combine I added to X86.

zvi accepted this revision.Aug 28 2017, 12:14 AM

LGTM

This revision is now accepted and ready to land.Aug 28 2017, 12:14 AM
This revision was automatically updated to reflect the committed changes.