[PATCH] D74068: [MLIR] Rename MemRefBoundCheck.cpp -> TestMemRefBoundCheck.cpp r=rriddle

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 09:55:54 PST 2020


rriddle accepted this revision.
rriddle added a comment.
This revision is now accepted and ready to land.

Can you remove my name from the title when submitting?



================
Comment at: mlir/include/mlir/Analysis/Passes.h:26
 /// Creates a pass to check memref accesses in a Function.
-std::unique_ptr<OpPassBase<FuncOp>> createMemRefBoundCheckPass();
+std::unique_ptr<OpPassBase<FuncOp>> createTestMemRefBoundCheckPass();
 
----------------
This file can be deleted.


================
Comment at: mlir/test/lib/Transforms/TestMemRefBoundCheck.cpp:1
 //===- MemRefBoundCheck.cpp - MLIR Affine Structures Class ----------------===//
 //
----------------
This needs to be updated. The original comment here also looks incorrect.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74068/new/

https://reviews.llvm.org/D74068





More information about the llvm-commits mailing list