-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[NFC] Define SILGen Request Zone and GenerateSIL Request #29242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@swift-ci test |
|
Build failed |
|
Is there a plan to add SILOptimizer requests too? I'm curious because I've thought about adding some requests for the differentiation transform. |
|
Yes. If you'd like to get around to doing that, this pull request is the template I'm going to use to do the SILOptimizer, IRGen, and TBDGen. |
5d81d2f to
00497ec
Compare
Define a high-level request for SILGen and switch the high-level entrypoint to vector through it.
00497ec to
6ec3ab9
Compare
|
@swift-ci please test |
ee695f1 to
b6fb6ed
Compare
|
⛵️ |
Define a high-level request for SILGen and switch the high-level
entrypoint to vector through it.