[PATCH] D81851: [WebAssembly] Remove TEEs when dests are unstackified

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 10:56:03 PDT 2020


aheejin added a comment.

Yeah I switched to this version to address your comment here <https://reviews.llvm.org/D81758#2090941>. And yeah I think this is better that we don't violate assumptions on `TEE`s and keep ExplicitLocals to its core tasks, while we put all ugly things in `fixUnwindMismatches`, which is ugly anyway :$... Joking, but I think it's better that `fixUnwindMismatches` takes care of its own messes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81851





More information about the llvm-commits mailing list