[PATCH] D34044: [WebAssembly] WebAssemblyFastISel getelementptr variable index support
Jacob Gravelle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 14:59:36 PDT 2017
jgravelle-google marked an inline comment as done.
jgravelle-google added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyFastISel.cpp:279
+ Op = cast<AddOperator>(Op)->getOperand(0);
+ continue;
}
----------------
sbc100 wrote:
> Is this continue now redundant?
Yep, thanks
https://reviews.llvm.org/D34044
More information about the llvm-commits
mailing list