[PATCH] D53872: [WebAssembly] Add V128 to WebAssemblyInstrInfo::copyPhysReg
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 6 13:51:49 PST 2018
aheejin added inline comments.
================
Comment at: test/CodeGen/WebAssembly/regcopy.mir:31
+ - { id: 0, class: i32 }
+ - { id: 1, class: i32 }
+liveins:
----------------
I think you can remove these for virtual registers?
================
Comment at: test/CodeGen/WebAssembly/regcopy.mir:35
+frameInfo:
+ maxCallFrameSize: 0
+body: |
----------------
Do we need frameinfo here?
Repository:
rL LLVM
https://reviews.llvm.org/D53872
More information about the llvm-commits
mailing list