To prevent copy statements from accessing arrays out of bounds, ranges of their extension maps are restricted, according to the constraints of domains.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transform/ScheduleOptimizer.cpp | ||
---|---|---|
883–889 ↗ | (On Diff #74792) | Generally, some empty lines to separate sections and comments about what these sections do would be appreciated. Comment about these new lines could be:
|
905–906 ↗ | (On Diff #74792) | See above |
test/ScheduleOptimizer/mat_mul_pattern_data_layout_2.ll | ||
1 ↗ | (On Diff #74792) | Please try not to use 2>&1, especially if not necessary. There is no defined interleaving when stdout+stdout is merged, messing up the output. |
Comment Actions
Hi Roman, thanks for the update. This looks already a lot better. Let's see if Michael has further comments.