This is an archive of the discontinued LLVM Phabricator instance.

[gold] Gate value name discarding under save-temps
ClosedPublic

Authored by tejohnson on Apr 21 2016, 12:30 PM.

Details

Summary

This removes a couple of flags added to control this behavior, and
simply keeps all value names when save-temps is specified.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson updated this revision to Diff 54563.Apr 21 2016, 12:30 PM
tejohnson retitled this revision from to [gold] Gate value name discarding under save-temps.
tejohnson updated this object.
tejohnson added a reviewer: rafael.
tejohnson added subscribers: davide, pcc, llvm-commits.
pcc accepted this revision.Apr 22 2016, 2:49 PM
pcc added a reviewer: pcc.

LGTM

Name discarding is observable using --plugin-opt=emit-llvm, but I suspect that anyone who needs names there is most likely debugging something and can get by with --plugin-opt=save-temps.

This revision is now accepted and ready to land.Apr 22 2016, 2:49 PM
This revision was automatically updated to reflect the committed changes.