[PATCH] D59007: [WebAssembly] Use named operands to identify loads and stores

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 11:08:43 PST 2019


dschuff added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp:30
 
+// defines WebAssembly::getNamedOperandIdx
+#define GET_INSTRINFO_NAMED_OPS
----------------
do you need to #undef GET_INSTRINFO_CTOR_DTOR before you include the .inc file again?
edit: also above. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59007





More information about the llvm-commits mailing list