This is an archive of the discontinued LLVM Phabricator instance.

[SDAG] Fix visitAND optimization to deal with vector extract case again.
ClosedPublic

Authored by niravd on Apr 6 2017, 6:47 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

niravd created this revision.Apr 6 2017, 6:47 AM
RKSimon edited reviewers, added: efriedma; removed: eli.friedman.Apr 6 2017, 7:18 AM
efriedma accepted this revision.Apr 6 2017, 11:28 AM

LGTM, I guess. We really need come up with better idioms for replacing loads in DAGCombine.

This revision is now accepted and ready to land.Apr 6 2017, 11:28 AM
This revision was automatically updated to reflect the committed changes.