[llvm] r240317 - Remove "const" from the MachineFunction reference in VLIWPacketizerList

Krzysztof Parzyszek kparzysz at codeaurora.org
Tue Jun 23 05:40:52 PDT 2015


On 6/22/2015 2:41 PM, David Blaikie wrote:
>
>
> On Mon, Jun 22, 2015 at 12:14 PM, Krzysztof Parzyszek
> <kparzysz at codeaurora.org <mailto:kparzysz at codeaurora.org>> wrote:
>
>     Because the subclasses of VLIWPacketizerList can modify the machine
>     function.  With this change they can use the MF member from the
>     parent class.
>
>
> Might've been helpful to include all/some such changes in the patch to
> demonstrate the motivation for the change.

I have a patch for the Hexagon packetizer coming, but I wanted to 
separate the Hexagon-specific changes from the target-independent ones. 
  I thought it was cleaner this way.

-Krzysztof


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation



More information about the llvm-commits mailing list