Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Thanks for the review!
mlir/include/mlir/Analysis/AffineStructures.h | ||
---|---|---|
285–287 | Thanks. I wish this was checked by the linter. | |
mlir/lib/Analysis/AffineStructures.cpp | ||
386 | I took a look at the existing removeIdRange behaviour again and it seems to support idStart >= idLimit cases, it just returns without doing anything. So I'm removing the assert. |
This looks good from my side as well. Given that these are rather straightforward extensions to the API as well as much appreciated polishing of some simple functions, you can probably go ahead with committing them.
Please use triple / docs comments here.