swift
19c51e2a
- Merge pull request #79872 from WeZZard/bugfix/unchecked-ref-casting-with-optional-any-object
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
122 days ago
Merge pull request #79872 from WeZZard/bugfix/unchecked-ref-casting-with-optional-any-object [SILOptimizer] Fixes the ValueDefUseWalker to handle potential unchecked_ref_cast between optional and non-optional class types.
References
#79872 - [SILOptimizer] Fixes the ValueDefUseWalker to handle potential unchecked_ref_cast between optional and non-optional class types.
Author
eeckstein
Parents
4949e2ea
4c479824
Files
10
SwiftCompilerSources/Sources
AST
Type.swift
Optimizer/TestPasses
EscapeInfoDumper.swift
SIL
Type.swift
Utilities
WalkUtils.swift
include/swift
AST
ASTBridging.h
ASTBridgingImpl.h
SIL
SILBridging.h
SILBridgingImpl.h
test/SILOptimizer
escape_info.sil
redundant_load_elim_with_casts.sil
Loading