This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Cleanup Linalg Pass locations and namespacing
ClosedPublic

Authored by nicolasvasilache on Jan 15 2020, 6:59 AM.

Details

Summary

This diff moves the conversion pass declaration closer to its definition
and makes the namespacing of passes consistent with the rest of the
infrastructure (i.e. mlir::linalg::createXXXPass -> mlir::createXXXPass).

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2020, 6:59 AM
ftynse accepted this revision.Jan 15 2020, 7:04 AM
This revision is now accepted and ready to land.Jan 15 2020, 7:04 AM

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

clang-tidy: unknown.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

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

This revision was automatically updated to reflect the committed changes.

Unit tests: pass. 61892 tests passed, 0 failed and 782 were skipped.

clang-tidy: unknown.

clang-format: pass.

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