[PATCH] D54571: [WebAssembly] Split BBs after throw instructions

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 01:39:04 PST 2018


xbolva00 added a comment.

Sorry for little offtopic at first.

WebAssembly folks, can you check this warning:

WebAssemblyDisassembler.cpp:125:11: warning: comparison is always false due to limited range of data type [-Wtype-limits]

  if (Opc < 0)

GCC 8.2


Repository:
  rL LLVM

https://reviews.llvm.org/D54571





More information about the llvm-commits mailing list