[PATCH] D70347: [WebAssembly] Fix miscompile of select with and

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 15:42:34 PST 2019


tlively created this revision.
tlively added reviewers: dschuff, aheejin.
Herald added subscribers: llvm-commits, sunfish, hiraditya, jgravelle-google, sbc100.
Herald added a project: LLVM.

Rolls back the remaining bad optimizations introduced in
eb15d00193f. Some of them were already rolled back in e661f946a7db and
this finishes the job.

Fixes https://bugs.llvm.org/show_bug.cgi?id=44012.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70347

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  llvm/test/CodeGen/WebAssembly/select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70347.229653.patch
Type: text/x-patch
Size: 5357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/fdfa2d20/attachment-0001.bin>


More information about the llvm-commits mailing list