This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Misc. fixes in cfg-stackify-eh.ll
ClosedPublic

Authored by aheejin on Feb 21 2021, 10:21 PM.

Details

Summary
  • Fix preds comments
  • Delete nonexistent attributes in instructions (They used to exist in clang-generated files, but I removed most of them to make the tests tidy. We have only nounwind and noreturn left here.)
  • Add missing Function Attrs comments in function declarations

    None of these affect test function semantics or test results for now.

Diff Detail

Event Timeline

aheejin created this revision.Feb 21 2021, 10:21 PM
aheejin requested review of this revision.Feb 21 2021, 10:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2021, 10:21 PM
aheejin edited the summary of this revision. (Show Details)Feb 21 2021, 10:23 PM
tlively accepted this revision.Feb 22 2021, 12:29 AM
This revision is now accepted and ready to land.Feb 22 2021, 12:29 AM
This revision was automatically updated to reflect the committed changes.