Commit e16ec9b
authored
[SelectionDAG] Do not build illegal nodes with users (#108573)
When we build a node with illegal type which has a user, it's possible
that it can end up being processed by the DAG combiner later before it's
removed, which can trigger an assert expecting the types to be legalized
already.1 parent 57b50a9 commit e16ec9b
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6799 | 6799 | | |
6800 | 6800 | | |
6801 | 6801 | | |
6802 | | - | |
6803 | | - | |
6804 | | - | |
6805 | | - | |
6806 | 6802 | | |
6807 | 6803 | | |
6808 | 6804 | | |
6809 | 6805 | | |
| 6806 | + | |
| 6807 | + | |
| 6808 | + | |
| 6809 | + | |
| 6810 | + | |
| 6811 | + | |
| 6812 | + | |
6810 | 6813 | | |
6811 | 6814 | | |
6812 | 6815 | | |
| |||
0 commit comments