[PATCH] D44090: [WebAssembly] Support instruction selection for catching exceptions

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 01:58:45 PDT 2018


aheejin added a comment.

I split `MachineBasicBlock::isEHFuncletEntry` and `MachineBasicBlock::setIsEHFuncletEntry` into two functions in https://reviews.llvm.org/D47005, as in the same vein with https://reviews.llvm.org/D45559, and rebased this CL onto it. PTAL.


Repository:
  rL LLVM

https://reviews.llvm.org/D44090





More information about the llvm-commits mailing list