[PATCH] D58474: [WebAssembly] Fix WasmEHInfo updating in LateEHPrepare

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 13:49:08 PST 2019


aheejin abandoned this revision.
aheejin added a comment.

I think we don't need the map of <throwbb, ehpad> after all now each bb can have at most one EH pad successor. This was not true in the first proposal implementation, but is in the new proposal.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58474/new/

https://reviews.llvm.org/D58474





More information about the llvm-commits mailing list