[PATCH] D97175: [WebAssembly] Split EH MIR tests into two files

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 20:08:41 PST 2021


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

Currently exception.mir runs LateEHPrepare and CFGStackify, but some
tests I'm planning to add shouldn't be run with LateEHPrepare, because
it is convenient to only run CFGStackify when testing things like unwind
mismatches and it is easier to add tests that are in phase right before
CFGStackify. This splits existing exception.mir into two files;
cfg-stackify-eh.mir will only run CFGStackify. Note that
`eh_label_tests` tests both LateEHPrepare and CFGStackify, so it is
still in exception.mir.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97175

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97175.325365.patch
Type: text/x-patch
Size: 4010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210222/08e526f7/attachment.bin>


More information about the llvm-commits mailing list