This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Improve pseudocode in LowerEmscriptenEHSjLj
ClosedPublic

Authored by aheejin on Jul 21 2021, 10:52 PM.

Details

Summary

Both __THREW__ and __threwValue are global variables, and we have
been distinguishing the global variable __THREW__ and the loaded value
%__THREW__.val in comments but not doing it for __threwValue. Made
the pseudocode comments consistent for both variables.

Diff Detail

Event Timeline

aheejin created this revision.Jul 21 2021, 10:52 PM
aheejin requested review of this revision.Jul 21 2021, 10:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2021, 10:52 PM
dschuff accepted this revision.Jul 23 2021, 3:12 PM
This revision is now accepted and ready to land.Jul 23 2021, 3:12 PM
This revision was landed with ongoing or failed builds.Jul 26 2021, 10:13 AM
This revision was automatically updated to reflect the committed changes.