[PATCH] D44134: [WebAssembly] Add WebAssemblyException information analysis

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 22:21:17 PST 2018


majnemer added inline comments.


================
Comment at: lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp:25-26
+/// Because CFGSort requires all the BBs within a catch part to be sorted
+/// together as it does for loops, this pass calculates the nesting structure of
+/// catch part of exceptions in a function.
+///
----------------
What happens if some BBs belong to two different catch blocks?


Repository:
  rL LLVM

https://reviews.llvm.org/D44134





More information about the llvm-commits mailing list