[PATCH] Separate Machine IR from CodeGen: Move SplitCriticalEdge out of MachineBasicBlock

Alex Lorenz arphaman at gmail.com
Wed May 27 11:33:48 PDT 2015


I've updated the patch based on Duncan's comments:

- Renamed the cpp + header files 'MachineIRUtils' to 'SplitCriticalEdge'
- Fixed the function's name (it starts with lowercase now)
- Got rid of unnecessary namespace
- Fixed the function's comment


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10064

Files:
  include/llvm/CodeGen/MachineBasicBlock.h
  include/llvm/CodeGen/SplitCriticalEdge.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/MachineBasicBlock.cpp
  lib/CodeGen/MachineLICM.cpp
  lib/CodeGen/MachineSink.cpp
  lib/CodeGen/PHIElimination.cpp
  lib/CodeGen/SplitCriticalEdge.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10064.26619.patch
Type: text/x-patch
Size: 29286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150527/5cef2301/attachment.bin>


More information about the llvm-commits mailing list