This patch modifies mergeLocalIds to not delete duplicate local ids in
this relation. This allows the ordering of the final local ids for this
to be determined more easily, which is generally required when other objects
refer to these local ids.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- Address Arjun's comments
mlir/lib/Analysis/Presburger/IntegerRelation.cpp | ||
---|---|---|
1087–1094 | I don't think the "both sets" is true. Local ids which are duplicated in other are also merged. |
Should be this and other