Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Added some comments.
mlir/include/mlir/Analysis/AffineStructures.h | ||
---|---|---|
297 | Please use triple / doc comments here. | |
mlir/lib/Analysis/AffineStructures.cpp | ||
2338–2339 | An assert would be useful here as end - begin could overflow if not checked and could cause problems. | |
2342–2343 | 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.