Files
swift-mirror/SwiftCompilerSources/Sources/SIL
Joe Groff da4e72cf2d SIL verifier: The atInstruction/atArgument parameter to require should not be optional.
The underlying C++ code expects a non-null `Instruction*` or `SILArgument*` pointer, and
most of the contextual information in a verifier error is derived from these arguments,
so it doesn't really make sense for the Swift level interface to present these arguments
as optional.
2025-12-10 10:27:56 -08:00
..
2025-10-15 05:14:15 +03:00
2025-11-17 14:13:09 +03:00
2025-06-20 08:15:00 +02:00