[PATCH] D53872: [WebAssembly] Add V128 to WebAssemblyInstrInfo::copyPhysReg
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 6 14:16:18 PST 2018
tlively marked an inline comment as done.
tlively added inline comments.
================
Comment at: test/CodeGen/WebAssembly/regcopy.mir:31
+ - { id: 0, class: i32 }
+ - { id: 1, class: i32 }
+liveins:
----------------
aheejin wrote:
> I think you can remove these for virtual registers?
Doesn't seem so, but I removed some other things.
================
Comment at: test/CodeGen/WebAssembly/regcopy.mir:35
+frameInfo:
+ maxCallFrameSize: 0
+body: |
----------------
aheejin wrote:
> Do we need frameinfo here?
Nope.
Repository:
rL LLVM
https://reviews.llvm.org/D53872
More information about the llvm-commits
mailing list