Commit face3d2
authored
[LinearLayout] Fix crash with debug (triton-lang#6272)
This PR introduces stronger check for empty layouts in invertAndCompose
to fix compiler crashes while running in debug mode.1 parent 40f3945 commit face3d2
File tree
2 files changed
+15
-3
lines changed- lib/Tools
- test/Conversion
2 files changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| 840 | + | |
| 841 | + | |
840 | 842 | | |
841 | 843 | | |
842 | 844 | | |
| |||
927 | 929 | | |
928 | 930 | | |
929 | 931 | | |
930 | | - | |
931 | | - | |
932 | | - | |
| 932 | + | |
| 933 | + | |
933 | 934 | | |
934 | 935 | | |
935 | 936 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments