This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [VectorOps] Rename Utils.h into VectorUtils.h
ClosedPublic

Authored by aartbik on Jan 17 2020, 1:15 PM.

Details

Summary

First step towards the consolidation
of a lot of vector related utilities
that are now all over the place
(or even duplicated).

Diff Detail

Event Timeline

aartbik created this revision.Jan 17 2020, 1:15 PM
andydavis1 accepted this revision.Jan 17 2020, 1:24 PM

Unit tests: pass. 61909 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

nicolasvasilache accepted this revision.Jan 17 2020, 1:31 PM
This revision is now accepted and ready to land.Jan 17 2020, 1:31 PM
aartbik retitled this revision from Rename Utils.h into VectorUtils.h to [mlir] [VectorOps] Rename Utils.h into VectorUtils.h.Jan 17 2020, 1:31 PM
This revision was automatically updated to reflect the committed changes.