[PATCH] D64643: [WebAssembly] refactored utilities to not depend on MachineInstr

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 09:37:17 PDT 2019


aardappel created this revision.
aardappel added a reviewer: dschuff.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, sbc100, MatzeB.
Herald added a project: LLVM.

Most of these functions can work for MachineInstr and MCInst
equally now.


Repository:
  rL LLVM

https://reviews.llvm.org/D64643

Files:
  lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
  lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
  lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
  lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  lib/Target/WebAssembly/WebAssemblyUtilities.cpp
  lib/Target/WebAssembly/WebAssemblyUtilities.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64643.209515.patch
Type: text/x-patch
Size: 10445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190712/d1fcb1fd/attachment.bin>


More information about the llvm-commits mailing list