This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add v128 value type
ClosedPublic

Authored by tlively on Sep 14 2018, 10:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Sep 14 2018, 10:42 AM
aheejin added inline comments.Sep 14 2018, 11:18 AM
wasm/WriterUtils.cpp
189 ↗(On Diff #165535)

Is there any reason why this is lowercase unlike others?

tlively updated this revision to Diff 165582.Sep 14 2018, 1:45 PM
tlively marked an inline comment as done.
  • Capitalize
aheejin accepted this revision.Sep 14 2018, 1:51 PM
This revision is now accepted and ready to land.Sep 14 2018, 1:51 PM
This revision was automatically updated to reflect the committed changes.