Skip to content

Commit c5a1732

Browse files
authored
[mlir][sparse] use "current" and "curr" consistently (llvm#74656)
Removes at in favor of curr; also makes method delegates consistent
1 parent 3b2f879 commit c5a1732

File tree

2 files changed

+138
-139
lines changed

2 files changed

+138
-139
lines changed

mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class CodegenEnv {
108108
return loopEmitter.unpackTensorLevelRange(std::forward<ContainerTy>(c));
109109
}
110110

111-
unsigned getLoopDepth() const { return loopEmitter.getCurrentDepth(); }
111+
unsigned getCurrentDepth() const { return loopEmitter.getCurrentDepth(); }
112112

113113
//
114114
// Code generation environment verify functions.

0 commit comments

Comments
 (0)