This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Refactor AsmPrinter
ClosedPublic

Authored by arsenm on May 1 2017, 11:25 AM.

Details

Reviewers
kzhuravl
Summary

Avoid analyzing functions multiple times. This allows
asserting that each function is only analyzed once.

Diff Detail

Event Timeline

arsenm created this revision.May 1 2017, 11:25 AM
kzhuravl accepted this revision.May 2 2017, 9:27 AM

Looks nice!

This revision is now accepted and ready to land.May 2 2017, 9:27 AM
arsenm closed this revision.May 2 2017, 10:27 AM

r301938