[PATCH] D83017: [WebAssembly] Do not omit range checks for i64 switches

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 16:11:06 PDT 2020


tlively added a comment.

Good point, that was a problem. I changed the implementation to examine the range check rather than the table index and added a test for this case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83017





More information about the llvm-commits mailing list