See D115115 and this mailing list discussion:
https://lists.llvm.org/pipermail/llvm-dev/2021-December/154199.html
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, though a few have trailing periods that we should also drop
mlir/examples/toy/Ch5/mlir/LowerToAffineLoops.cpp | ||
---|---|---|
269 | Can we trim the trailing period on all of these? | |
mlir/lib/Dialect/Affine/IR/AffineOps.cpp | ||
2037 | same here | |
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp | ||
194 | same | |
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp | ||
317 | same here and a few others |
Comment Actions
LGTM, though a few have trailing periods that we should also drop
Fixed these before pushing
Can we trim the trailing period on all of these?