Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Analysis/Presburger/IntegerRelation.h | ||
---|---|---|
397–399 | Can we just have convertIdKind? I don't see the reason to have convertToLocal if we have a more general function here. |
Comment Actions
clang-format
mlir/include/mlir/Analysis/Presburger/IntegerRelation.h | ||
---|---|---|
397–399 | 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 | ||
---|---|---|
1133–1135 | 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. |
Can we just have convertIdKind? I don't see the reason to have convertToLocal if we have a more general function here.