This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Improve readability of irreducibility tests
ClosedPublic

Authored by aheejin on Mar 16 2019, 9:58 AM.

Details

Summary

This adds preds comment lines to BB names for readability, while also
fixes some of existing incorrect comment lines. Also deletes a few
unnecessary attributes. Autogenerated by opt.

Diff Detail

Event Timeline

aheejin created this revision.Mar 16 2019, 9:58 AM
aheejin edited the summary of this revision. (Show Details)Mar 16 2019, 10:01 AM
aheejin updated this revision to Diff 191006.Mar 17 2019, 12:48 AM

Delete unnecessary internal

aheejin updated this revision to Diff 191007.Mar 17 2019, 1:00 AM

Delete more unnecessary attributes

kripken accepted this revision.Mar 18 2019, 1:13 PM
This revision is now accepted and ready to land.Mar 18 2019, 1:13 PM
This revision was automatically updated to reflect the committed changes.