Commit Graph

2 Commits

Author SHA1 Message Date
Hamish Knight
a99f8e9d9c Introduce LoweredSILRequest
Add a request that produces lowered SIL for a file
or module and use it in IRGenRequest if no
SILModule is provided.
2020-07-28 10:37:37 -07:00
Michael Gottesman
15da505b2e [passmanager] Move SILOptimizerRequests.cpp into ./lib/SILOptimizer/PassManager/*
I am doing this move for two reasons:

1. This file only works directly with parts of the PassManager.
2. In the SILOptimizer, we do not have files in the top level of the file tree
and instead group them in one of the subject subfolders.
2020-03-22 16:22:40 -07:00