Commit fe01812
authored
Move assert in MultiMemoryLowering (#5376)
Moved the assert that checks whether the DataSegment* offset type is Const. This assert only needs to happen when the DataSegment belongs to a memory other than the first.1 parent 4a8a4b8 commit fe01812Copy full SHA for fe01812
1 file changed
+6-3Lines changed: 6 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/passes
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/passes/MultiMemoryLowering.cpp
Copy file name to clipboardExpand all lines: src/passes/MultiMemoryLowering.cpp+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
468 | 468 | |
469 | 469 | |
470 | 470 | |
| 471 | + |
| 472 | + |
| 473 | + |
471 | 474 | |
472 | 475 | |
473 | 476 | |
474 | | - |
475 | | - |
476 | 477 | |
477 | 478 | |
478 | 479 | |
479 | 480 | |
480 | | - |
| 481 | + |
| 482 | + |
481 | 483 | |
| 484 | + |
482 | 485 | |
483 | 486 | |
484 | 487 | |
|
0 commit comments