This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Minor code cleanups for GVN. NFC.
ClosedPublic

Authored by hiraditya on Apr 6 2016, 8:32 AM.

Details

Summary

Removing whitespaces,
Function names converted to match the style guide,
Removed dead code

Diff Detail

Repository
rL LLVM

Event Timeline

hiraditya updated this revision to Diff 52805.Apr 6 2016, 8:32 AM
hiraditya retitled this revision from to [llvm] Minor code cleanups for GVN. NFC..
hiraditya updated this object.
hiraditya added reviewers: chandlerc, mehdi_amini.
hiraditya set the repository for this revision to rL LLVM.
hiraditya added reviewers: dberlin, mcrosier.
hiraditya added subscribers: llvm-commits, sebpop.
mcrosier added inline comments.Apr 6 2016, 8:40 AM
llvm/lib/Transforms/Scalar/GVN.cpp
1896

This doesn't appear to be a NFC.

sebpop added a comment.Apr 6 2016, 8:41 AM

Trivial changes.
LGTM.

hiraditya added inline comments.Apr 6 2016, 8:46 AM
llvm/lib/Transforms/Scalar/GVN.cpp
1896

My bad. This change was meant to be a separate patch. I'll remove this.
Thanks for pointing out.

hiraditya updated this revision to Diff 52810.Apr 6 2016, 8:55 AM

I have pushed a separate patch for the code I removed from here. http://reviews.llvm.org/D18830

mcrosier accepted this revision.Apr 6 2016, 10:27 AM
mcrosier edited edge metadata.

LGTM too.

This revision is now accepted and ready to land.Apr 6 2016, 10:27 AM

Hi Chad,
could you please merge the change. I do not have commit access.

Thanks,

mcrosier closed this revision.Apr 28 2016, 11:43 AM

r267898.