This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly][NFC] Document stackifier tablegen backend
ClosedPublic

Authored by tlively on Aug 28 2018, 11:21 AM.

Details

Summary

Add comments to help readers avoid having to read tablegen backends to
understand the code. Also remove unecessary breaks from the output.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Aug 28 2018, 11:21 AM
dschuff accepted this revision.Aug 28 2018, 11:37 AM

otherwise LGTM

utils/TableGen/WebAssemblyStackifierEmitter.cpp
23 ↗(On Diff #162911)

one concrete example would probably still be useful.

This revision is now accepted and ready to land.Aug 28 2018, 11:37 AM
tlively updated this revision to Diff 162923.Aug 28 2018, 11:49 AM
  • Add concrete example
This revision was automatically updated to reflect the committed changes.