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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 10:27:31 PST 2018


sbc100 added a subscriber: tlively.
sbc100 added a comment.

In https://reviews.llvm.org/D54571#1299575, @xbolva00 wrote:

> 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


Hmm, looks like that broke in https://reviews.llvm.org/D54138.  @tlively ?


Repository:
  rL LLVM

https://reviews.llvm.org/D54571





More information about the llvm-commits mailing list