This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix miscompile of select with and
ClosedPublic

Authored by tlively on Nov 15 2019, 3:38 PM.

Details

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.

Diff Detail

Event Timeline

tlively created this revision.Nov 15 2019, 3:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2019, 3:38 PM
dschuff accepted this revision.Nov 15 2019, 3:49 PM
This revision is now accepted and ready to land.Nov 15 2019, 3:49 PM
This revision was automatically updated to reflect the committed changes.