Commit 41fce4c
authored
Do not assert in pointer analysis when visiting unknown ops (#251)
Instead of asserting which will crash the pass, we want to return
failure which allow other fallback passes to handle the unsupported
pointer sequences.1 parent eea2876 commit 41fce4c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
| 714 | + | |
| 715 | + | |
715 | 716 | | |
716 | 717 | | |
717 | 718 | | |
| |||
0 commit comments