[PATCH] D107423: [WebAssembly] Make result of 'catch' inst variadic

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 11:26:00 PDT 2021


dschuff added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp:201
+                                 {
+                                     SymNode,            // exception symbol
+                                     Node->getOperand(0) // inchain
----------------
The order of these is different compared to what you had in ISelLowering. Likewise below for throw. I assume that's intentional, but why is it different?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107423



More information about the llvm-commits mailing list