[all-commits] [llvm/llvm-project] 194d7e: [WebAssembly] Fix miscompile of select with and
Thomas Lively via All-commits
all-commits at lists.llvm.org
Fri Nov 15 16:22:06 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 194d7ec081c31ee4ed82bfa3cade4ef30afab912
https://github.com/llvm/llvm-project/commit/194d7ec081c31ee4ed82bfa3cade4ef30afab912
Author: Thomas Lively <tlively at google.com>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
M llvm/test/CodeGen/WebAssembly/select.ll
Log Message:
-----------
[WebAssembly] Fix miscompile of select with and
Summary:
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.
Reviewers: dschuff, aheejin
Subscribers: sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70347
More information about the All-commits
mailing list