swift
b760ab06
- DeadStoreElimination: don't assume that the operand of an `dealloc_stack` is an `alloc_stack`.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
28 days ago
DeadStoreElimination: don't assume that the operand of an `dealloc_stack` is an `alloc_stack`. It can also be a `partial_apply`. Fixes a compiler crash https://github.com/swiftlang/swift/issues/81698 rdar://151822502
References
#81717 - DeadStoreElimination: don't assume that the operand of an `dealloc_stack` is an `alloc_stack`.
Author
eeckstein
Committer
eeckstein
Parents
55b29fea
Files
2
SwiftCompilerSources/Sources
Optimizer/FunctionPasses
DeadStoreElimination.swift
SIL
Instruction.swift
Loading