Just some minor cleanup
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp | ||
---|---|---|
339 | Note that llvm style is no fan of putting const on locals (I am, but just noting). |
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp | ||
---|---|---|
339 | I'll bear that in mind. (I prefer it since it helps clarify intent and catch bugs, but I'll try not to offend the style guardians :) |
Note that llvm style is no fan of putting const on locals (I am, but just noting).