[PATCH] D56457: [WebAssembly][FastISel] Do not assume naive CmpInst lowering

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 8 14:39:56 PST 2019


tlively created this revision.
tlively added reviewers: dschuff, aheejin.

Fixes https://bugs.llvm.org/show_bug.cgi?id=40172. See
test/CodeGen/WebAssembly/bug-40172.ll for an explanation.


Repository:
  rL LLVM

https://reviews.llvm.org/D56457

Files:
  lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  test/CodeGen/WebAssembly/bug-40172.ll
  test/CodeGen/WebAssembly/comparisons-i32.ll
  test/CodeGen/WebAssembly/comparisons-i64.ll
  test/CodeGen/WebAssembly/fast-isel-noreg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56457.180745.patch
Type: text/x-patch
Size: 15798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190108/13f5bc16/attachment.bin>


More information about the llvm-commits mailing list