swift
8fd17764
- DeadObjectElimination: fix a bug which caused wrong inserted release instructions.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
3 years ago
DeadObjectElimination: fix a bug which caused wrong inserted release instructions. This bug triggered a "instruction isn't dominated by its operand" verifier crash. Or - if the verifier doesn't run - a crash later in IRGen. rdar://94376582
References
#59591 - DeadObjectElimination: fix a bug which caused wrong inserted release instructions.
Author
eeckstein
Committer
eeckstein
Parents
007da5ec
Files
2
lib/SILOptimizer/Transforms
DeadObjectElimination.cpp
test/SILOptimizer
dead_alloc_elim.sil
Loading