Improve debug message in getAsIntegerSet. Add missing trailing new line
and position info.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Analysis/AffineStructures.cpp | ||
---|---|---|
3570 | I think a better way to write this would be: local variable(s) at position var1, var2, var3 do not have an explicit representation in: dump output That is, print all indexes for which the representation could not be obtained. |
I think a better way to write this would be:
That is, print all indexes for which the representation could not be obtained.