[PATCH] D97179: [WebAssembly] Misc. fixes in cfg-stackify-eh.ll

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 22:21:44 PST 2021


aheejin created this revision.
aheejin added a reviewer: tlively.
Herald added subscribers: wingo, ecnelises, sunfish, jgravelle-google, sbc100, dschuff.
aheejin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- 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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97179

Files:
  llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97179.325371.patch
Type: text/x-patch
Size: 6980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210222/8fdaaf64/attachment.bin>


More information about the llvm-commits mailing list