Depends on D106662.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
mlir/include/mlir/Analysis/AffineStructures.h | ||
---|---|---|
138 | Typo. |
Comment Actions
Personally, I believe that the removeId overload where the identifier kind is not specified should not be public. I think the interface should only be on a per-kind basis rather than exposing the implementation detail of the ordering among kinds.
The build failure occurs in LoopUtils.cpp. I would be happy to change it to instead call the removeId overload that takes the kind to be used as an argument. But I don't understand why these lines mark all but one variable as a symbol but comment that it marks all variables as symbols.
Typo.