Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Added some comments.
mlir/include/mlir/Analysis/AffineStructures.h | ||
---|---|---|
291 | Please use triple / doc comments here. | |
mlir/lib/Analysis/AffineStructures.cpp | ||
2315–2316 | An assert would be useful here as end - begin could overflow if not checked and could cause problems. | |
2319–2320 | Assert here, same reason as previous comment. |
Comment Actions
This looks also good from my side. Given that this is a very simple and non-algorithmic change you can probably go ahead with committing this.
Please use triple / doc comments here.