[PATCH] D69156: [WebAssembly] Allow multivalue signatures in object files

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 05:25:41 PDT 2019


aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/WebAssembly/multivalue.ll:11
 %pair = type { i32, i32 }
 %packed_pair = type <{ i32, i32 }>
 
----------------
Unrelated question to this CL: Do we treat pair and packed pair in the same way?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69156/new/

https://reviews.llvm.org/D69156





More information about the llvm-commits mailing list