[PATCH] D80778: [SelectionDAGBuilder][WebAssembly] Omit range checks on jump tables

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 10:58:16 PDT 2020


hans added a comment.

In D80778#2064756 <https://reviews.llvm.org/D80778#2064756>, @tlively wrote:

> Doing this in the WebAssembly backend did not turn out to be as bad as I thought it might be. It is more complex than this solution, but probably more robust and certainly less intrusive as well. I'll close this review in favor of https://reviews.llvm.org/D80863.


Sounds good. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80778





More information about the llvm-commits mailing list