[PATCH] D53093: [WebAssembly] Make SIMD instrs def arguments like other instructions

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 11:26:32 PDT 2018


aheejin added a comment.

Thanks! By the way, if all of our instructions define `ARGUMENTS`, maybe we can put that def in `WebAssemblyInst` or `NI`, and delete all the annoying `Defs = [ARGUMENTS]` from all other *.td files..?


Repository:
  rL LLVM

https://reviews.llvm.org/D53093





More information about the llvm-commits mailing list