This is an archive of the discontinued LLVM Phabricator instance.

Move lowerConstant to AsmPrinter instead of static
ClosedPublic

Authored by arsenm on Dec 11 2014, 12:20 PM.

Details

Reviewers
rafael
Summary

NVPTX already has this function exactly copied because this isn't exposed in its AsmPrinter. I can remove that copy as a separate commit

Diff Detail

Event Timeline

arsenm updated this revision to Diff 17185.Dec 11 2014, 12:20 PM
arsenm retitled this revision from to Move lowerConstant to AsmPrinter instead of static .
arsenm updated this object.
arsenm edited the test plan for this revision. (Show Details)
arsenm added a reviewer: rafael.
arsenm added a subscriber: Unknown Object (MLST).
rafael accepted this revision.Dec 12 2014, 7:53 AM
rafael edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 12 2014, 7:53 AM
arsenm closed this revision.Dec 16 2014, 11:17 AM

r224354