[PATCH] D44037: [WebAssembly] Avoid cast ExprType to wasm::ValType

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 12:51:42 PST 2018


aheejin accepted this revision.
aheejin added a comment.
This revision is now accepted and ready to land.

Lgtm. Would we need `enum class ValType : unsigned` here <https://github.com/llvm-mirror/llvm/blob/a8eca2749c3b936c5f0398ed532292374ecbc824/include/llvm/BinaryFormat/Wasm.h#L214> as well?


Repository:
  rL LLVM

https://reviews.llvm.org/D44037





More information about the llvm-commits mailing list