[PATCH] Separate Machine IR from CodeGen: Move UnpackMachineBundles pass from MachineInstrBundle.cpp

Alex Lorenz arphaman at gmail.com
Wed May 27 13:34:08 PDT 2015


Hi dexonsmith, bob.wilson, bogner,

This patch is related to my proposal for separating machine IR from CodeGen: http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-May/086063.html.

This patch moves the UnpackMachineBundles pass method out of MachineInstrBundle.cpp file so that it won't have to include several headers
that declare passes that won't be moved from CodeGen to the new Machine IR library.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10070

Files:
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/MachineInstrBundle.cpp
  lib/CodeGen/UnpackMachineBundles.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10070.26631.patch
Type: text/x-patch
Size: 4801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150527/1121e6c3/attachment.bin>


More information about the llvm-commits mailing list