[PATCH] D53872: [WebAssembly] Add V128 to WebAssemblyInstrInfo::copyPhysReg

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 15:36:30 PDT 2018


aheejin added a comment.

Can we have a test case? I think we can have an mir test case with `COPY` opcode in there. To lower COPY to the relevant `COPY_type` opcode, we need this function.


Repository:
  rL LLVM

https://reviews.llvm.org/D53872





More information about the llvm-commits mailing list