search for: 008841c8

Displaying 2 results from an estimated 2 matches for "008841c8".

2015 Nov 19
2
Hexagon, DFAPacketizer and instruction expansion
...ation, i.e. all instructions were lowered to their assembly level. Will you recommendation still hold or I should be considering another approach? -- R -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151118/008841c8/attachment.html>
2015 Nov 18
2
Hexagon, DFAPacketizer and instruction expansion
I'm using a Hexagon's packetizer as an example to packetize instructions for my custom VLIW. The problem that I'm facing is that my target as it turns out doesn't have all the instructions expanded by the time packetization happens (for example I have a RET instruction which gets expanded into a write to a register and a jump/branch). I'm wondering if Hexagon is experiencing