This is an archive of the discontinued LLVM Phabricator instance.

Proposed fix for PR22806
AbandonedPublic

Authored by mclow.lists on Mar 5 2015, 10:48 AM.

Details

Summary

In the single-argument case, tuple_cat of an rvalue tuple appears to move from, destroy, and then move from the argument again.

Provide a degenerate implementation for the single-argument case.

Diff Detail

Event Timeline

mclow.lists retitled this revision from to Proposed fix for PR22806.
mclow.lists updated this object.
mclow.lists edited the test plan for this revision. (Show Details)
mclow.lists added reviewers: ldionne, EricWF, K-ballo.
mclow.lists added a subscriber: Unknown Object (MLST).
mclow.lists abandoned this revision.Apr 30 2015, 11:50 AM

We have a better fix.