> On Sep 9, 2016, at 9:27 AM, Douglas Gregor via swift-dev
> wrote:
>
>
>> On Sep 8, 2016, at 1:17 PM, Rebecca Chen via swift-dev
>> wrote:
>>
>> I was wondering where the SIL to IR lowering code is in the Swift source
>> code.
>
> That’s the responsibility of IRGen:
>
> https://g
> On Sep 8, 2016, at 1:17 PM, Rebecca Chen via swift-dev
> wrote:
>
> I was wondering where the SIL to IR lowering code is in the Swift source
> code.
That’s the responsibility of IRGen:
https://github.com/apple/swift/tree/master/lib/IRGen
> I am specifically looking for the code t
I was wondering where the SIL to IR lowering code is in the Swift source
code. I am specifically looking for the code that lowers the function
return types. For example, from Int to i64.
Any hints would be appreciated.
___
swift-dev mailing list
swift