This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine, NFC] Change the generated variable names by creating new instructions
ClosedPublic

Authored by timshen on Jun 29 2016, 11:56 AM.

Details

Reviewers
spatel
Summary

This removes some noise for D21775's test changes. The changed code will go away soon.

Diff Detail

Event Timeline

timshen updated this revision to Diff 62262.Jun 29 2016, 11:56 AM
timshen retitled this revision from to [InstCombine, NFC] Change the generated variable names by creating new instructions.
timshen updated this object.
timshen added a reviewer: spatel.
timshen added a subscriber: llvm-commits.
spatel accepted this revision.Jun 29 2016, 12:05 PM
spatel edited edge metadata.

I wouldn't do this in general (less efficient to create new inst), but since we know we're going to delete it all, LGTM.

This revision is now accepted and ready to land.Jun 29 2016, 12:05 PM
timshen closed this revision.Jun 29 2016, 1:18 PM

Committed as r274155.