This is an archive of the discontinued LLVM Phabricator instance.

[mlir] : Fix ViewOp shape folder for identity affine maps
ClosedPublic

Authored by asaadaldien on Jan 14 2020, 1:24 PM.

Details

Summary

Fix the ViewOpShapeFolder in case of no affine mapping associated with a Memref construct identity mapping.

Diff Detail

Event Timeline

asaadaldien created this revision.Jan 14 2020, 1:24 PM

Unit tests: pass. 61856 tests passed, 0 failed and 781 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

nicolasvasilache accepted this revision.Jan 14 2020, 4:45 PM

Great, thanks for fixing this omission!

This revision is now accepted and ready to land.Jan 14 2020, 4:45 PM
This revision was automatically updated to reflect the committed changes.