[PATCH] D80863: [WebAssembly] Eliminate range checks on br_tables

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 01:03:18 PDT 2020


uabelho added a comment.

In D80863#2070105 <https://reviews.llvm.org/D80863#2070105>, @kcc wrote:

> Hi, 
>  This made our ubsan bots red. Please fix or revert ASAP
>  http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/42256


Same for our downstream bots. When we build llc with gcc 7.4 we get crashes when running the following tests:

08:01:10 Failing Tests (5):
08:01:10   LLVM :: CodeGen/WebAssembly/cfg-stackify.ll
08:01:10   LLVM :: CodeGen/WebAssembly/indirectbr.ll
08:01:10   LLVM :: CodeGen/WebAssembly/stack-insts.ll
08:01:10   LLVM :: CodeGen/WebAssembly/switch-unreachable-default.ll
08:01:10   LLVM :: CodeGen/WebAssembly/switch.ll


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80863





More information about the llvm-commits mailing list