[all-commits] [llvm/llvm-project] 755a89: Revert "[WebAssembly] Eliminate range checks on br...

Thomas Lively via All-commits all-commits at lists.llvm.org
Wed Jun 3 01:27:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 755a89591528b692315ad0325347e2fd4637271b
      https://github.com/llvm/llvm-project/commit/755a89591528b692315ad0325347e2fd4637271b
  Author: Thomas Lively <tlively at google.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M llvm/lib/Target/WebAssembly/CMakeLists.txt
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
    M llvm/lib/Target/WebAssembly/WebAssembly.h
    R llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
    M llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
    M llvm/test/CodeGen/WebAssembly/indirectbr.ll
    M llvm/test/CodeGen/WebAssembly/stack-insts.ll
    R llvm/test/CodeGen/WebAssembly/switch-unreachable-default.ll
    M llvm/test/CodeGen/WebAssembly/switch.ll

  Log Message:
  -----------
  Revert "[WebAssembly] Eliminate range checks on br_tables"

This reverts commit f99d5f8c32a822580a732d15a34e8197da55d22b.
The change was causing UBSan and other failures on some bots.




More information about the All-commits mailing list