This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Rename MemRefBoundCheck.cpp -> TestMemRefBoundCheck.cpp
ClosedPublic

Authored by stephenneuendorffer on Feb 5 2020, 9:25 AM.

Details

Summary

This makes it consistent with other test passes.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2020, 9:25 AM

Unit tests: pass. 62508 tests passed, 0 failed and 844 were skipped.

clang-tidy: pass.

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

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

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

rriddle accepted this revision.Feb 5 2020, 9:54 AM

Can you remove my name from the title when submitting?

mlir/include/mlir/Analysis/Passes.h
26

This file can be deleted.

mlir/test/lib/Transforms/TestMemRefBoundCheck.cpp
1

This needs to be updated. The original comment here also looks incorrect.

This revision is now accepted and ready to land.Feb 5 2020, 9:54 AM
stephenneuendorffer marked an inline comment as done.Feb 5 2020, 10:33 AM
stephenneuendorffer added inline comments.
mlir/include/mlir/Analysis/Passes.h
26

I was wondering about that. It doesn't seem that these methods are used in tree. I'll create a separate patch to remove the methods entirely.

stephenneuendorffer retitled this revision from [MLIR] Rename MemRefBoundCheck.cpp -> TestMemRefBoundCheck.cpp r=rriddle to [MLIR] Rename MemRefBoundCheck.cpp -> TestMemRefBoundCheck.cpp.
stephenneuendorffer edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.