Re: [swift-dev] SIL to IR lowering

2016-09-13 Thread Slava Pestov via swift-dev
> 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

Re: [swift-dev] SIL to IR lowering

2016-09-09 Thread Douglas Gregor via swift-dev
> 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

[swift-dev] SIL to IR lowering

2016-09-09 Thread Rebecca Chen via swift-dev
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