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

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 30 01:01:38 PDT 2020


tlively abandoned this revision.
tlively added a comment.

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.


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