Displaying 4 results from an estimated 4 matches for "d10064".
Did you mean:
10064
2015 May 27
3
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...aightforward
library division, I don't think that they will pose such a big problem.
I have a brief list of things that have to be done before I can move the
Machine IR stuff from CodeGen to some other library:
- Move the SplitCriticalEdge method from MachineBasicBlock (
http://reviews.llvm.org/D10064).
- Move the UnpackMachineBundles and FinalizeMachineBundles passes from
MachineInstrBundle.cpp. (http://reviews.llvm.org/D10070 + 1 upcoming patch).
- Refactor SlotIndexes.h: keep the SlotIndexes pass and move the rest to
SlotIndex.h. Introduce a new container class in SlotIndex.h that will
extrac...
2015 May 27
0
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...ard library division, I don't think that they will pose such a big problem.
> I have a brief list of things that have to be done before I can move the Machine IR stuff from CodeGen to some other library:
> - Move the SplitCriticalEdge method from MachineBasicBlock (http://reviews.llvm.org/D10064).
> - Move the UnpackMachineBundles and FinalizeMachineBundles passes from MachineInstrBundle.cpp. (http://reviews.llvm.org/D10070 + 1 upcoming patch).
> - Refactor SlotIndexes.h: keep the SlotIndexes pass and move the rest to SlotIndex.h. Introduce a new container class in SlotIndex.h that w...
2015 May 27
1
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...ary division, I don't think that they will pose such a big problem.
>> I have a brief list of things that have to be done before I can move the Machine IR stuff from CodeGen to some other library:
>> - Move the SplitCriticalEdge method from MachineBasicBlock (http://reviews.llvm.org/D10064).
>> - Move the UnpackMachineBundles and FinalizeMachineBundles passes from MachineInstrBundle.cpp. (http://reviews.llvm.org/D10070 + 1 upcoming patch).
>> - Refactor SlotIndexes.h: keep the SlotIndexes pass and move the rest to SlotIndex.h. Introduce a new container class in SlotIndex....
2015 May 27
3
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
On Wed, May 27, 2015 at 8:15 AM Chris Lattner <clattner at apple.com> wrote:
> On May 26, 2015, at 11:20 PM, Quentin Colombet <qcolombet at apple.com>
> wrote:
>
> +1.
>
> Could those two be subdirectories of one “Machine-Related-Stuff” directory?
> E.g.,
> MachineStuff/IR
> MachineStuff/CodeGen
>
> Where MachineStuff is something meaningful :).
>