Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Analysis/Presburger/IntegerRelation.h | ||
---|---|---|
393–395 | Can we just have convertIdKind? I don't see the reason to have convertToLocal if we have a more general function here. |
clang-format
mlir/include/mlir/Analysis/Presburger/IntegerRelation.h | ||
---|---|---|
393–395 | Seems like a common use case, and making a default parameter for the other one doesn't make sense to me. |
mlir/lib/Analysis/Presburger/IntegerRelation.cpp | ||
---|---|---|
1135–1137 | Can you put a comment here on why we have to do this swapping? The reasoning IIRC is that there can be some information attached to identifiers which we need to carry over. |
clang-format: please reformat the code