[PATCH] D52108: [WebAssembly] Handle V128RegClass in more places
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 19 11:28:45 PDT 2018
aheejin added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyRegStackify.cpp:123
+ MI->addOperand(MachineOperand::CreateImm(0));
+ MI->addOperand(MachineOperand::CreateImm(0));
} else {
----------------
Do we have a test for this?
Repository:
rL LLVM
https://reviews.llvm.org/D52108
More information about the llvm-commits
mailing list