This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add unimplemented-simd128 subtarget feature
ClosedPublic

Authored by tlively on Jan 10 2019, 2:17 PM.

Details

Summary

This is a third attempt, but this time we have vetted it on Windows
first. The previous errors were due to an uninitialized class member.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Jan 10 2019, 2:17 PM
tlively edited the summary of this revision. (Show Details)Jan 10 2019, 2:23 PM
aheejin accepted this revision.Jan 10 2019, 2:27 PM
aheejin added inline comments.
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
23 ↗(On Diff #181157)

Change this to HasUnimplemented128 for consistency?

This revision is now accepted and ready to land.Jan 10 2019, 2:27 PM
aheejin added inline comments.Jan 10 2019, 2:30 PM
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
23 ↗(On Diff #181157)

Oh, I meant HasUnimplementedSIMD128

This revision was automatically updated to reflect the committed changes.
tlively marked an inline comment as done.