swift
dfa629a1
- [SIL] Fix memInstMustInitialize for builtins.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
1 year ago
[SIL] Fix memInstMustInitialize for builtins. The function's switch previously fell-through to the SILInstructionKind::StoreWeakInst case which cast the instruction (a BuiltinInst) to StoreWeakInst and then called isInitializationOfDest on it.
References
#67870 - [SIL] Fix memInstMustInitialize for builtins.
Author
nate-chandler
Committer
nate-chandler
Parents
9179bc56
Files
1
lib/SILOptimizer/Mandatory
MoveOnlyUtils.cpp
Loading