Displaying 2 results from an estimated 2 matches for "hexagonvliwpacketizer".
2015 Sep 25
4
VLIW support
Kun,
Thanks for the reply. I looked at it, but wasn't able to find where actual
instruction bundling takes place, i.e. where exactly in the code they pack
instruction into a single bundle. Do you know where it is done? I would
really appreciate any pointers.
Thanks.
On Fri, Sep 25, 2015 at 4:37 PM, Kun Ling <kunling at lingcc.com> wrote:
> Hi Rail,
> For the VLIW support,
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...13..29cf8a7 100644
>> --- a/lib/Target/Hexagon/CMakeLists.txt
>> +++ b/lib/Target/Hexagon/CMakeLists.txt
>> @@ -28,6 +28,7 @@ add_llvm_target(HexagonCodeGen
>> HexagonSubtarget.cpp
>> HexagonTargetMachine.cpp
>> HexagonTargetObjectFile.cpp
>> + HexagonVLIWPacketizer.cpp
>> )
>>
>> add_subdirectory(TargetInfo)
>> diff --git a/lib/Target/Hexagon/Hexagon.h b/lib/Target/Hexagon/Hexagon.h
>> index 0808323..43858b9 100644
>> --- a/lib/Target/Hexagon/Hexagon.h
>> +++ b/lib/Target/Hexagon/Hexagon.h
>> @@ -40,6 +40,7...