This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Cleanup Linalg Declarative Transformations
ClosedPublic

Authored by nicolasvasilache on Jan 2 2020, 6:55 AM.

Details

Summary

This is part of an ongoing cleanup and uniformization work.

This diff performs 3 types of cleanups:

  1. Uniformize transformation names.
  2. Replace all pattern operands that need not be captured by $_
  3. Replace all usage of pattern captured op by the normalized op name (instead of positional parameters such as $0)

Diff Detail

Event Timeline

ftynse accepted this revision.Jan 2 2020, 7:05 AM
This revision is now accepted and ready to land.Jan 2 2020, 7:05 AM

Unit tests: pass. 61127 tests passed, 0 failed and 728 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: pass.

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

This revision was automatically updated to reflect the committed changes.