llvm-project
0b99968b
- [InstCombine] Fix crash on dereferencing null insertion point (#216363)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
19 days ago
[InstCombine] Fix crash on dereferencing null insertion point (#216363) Fix, add assertions and regressin test. The issue occurred when trying to invert a phi inside a catchswitch block, because there is no legal insertion point after the phi.
References
#216363 - [InstCombine] Fix crash on dereferencing null insertion point
Author
HendrikHuebner
Parents
9a5bd30f
Loading