[PATCH] D34044: [WebAssembly] WebAssemblyFastISel getelementptr variable index support

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 14:36:49 PDT 2017


sbc100 added inline comments.


================
Comment at: lib/Target/WebAssembly/WebAssemblyFastISel.cpp:279
+          Op = cast<AddOperator>(Op)->getOperand(0);
+          continue;
         }
----------------
Is this continue now redundant?


https://reviews.llvm.org/D34044





More information about the llvm-commits mailing list