[PATCH] D58562: [WebAssembly] Improve readability of EH tests
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 22 16:32:24 PST 2019
aheejin created this revision.
aheejin added a reviewer: dschuff.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100.
Herald added a project: LLVM.
- Indent test code to easily figure out try-catch-end structure
- Added a few more lines to make the structure more readable
- Renamed a couple function / structures
- Temporarily deleted tests for test1 and test2 in cfg-stackify-eh.ll because they will be updated in D58486 <https://reviews.llvm.org/D58486> soon and no point of making this look better here
Repository:
rL LLVM
https://reviews.llvm.org/D58562
Files:
test/CodeGen/WebAssembly/cfg-stackify-eh.ll
test/CodeGen/WebAssembly/exception.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58562.188009.patch
Type: text/x-patch
Size: 10731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190223/798b4269/attachment.bin>
More information about the llvm-commits
mailing list