Add a baseline implementation of support for local ids for PWMAFunction::valueAt. This can be made more efficient later if needed by handling locals with known div representations separately.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please add a small patch description specifying the reasoning.
mlir/lib/Analysis/Presburger/IntegerRelation.cpp | ||
---|---|---|
789–790 | I think this comment should be done in setAndEliminate, not here. |
Comment Actions
Elaborate on doc
mlir/lib/Analysis/Presburger/IntegerRelation.cpp | ||
---|---|---|
789–790 | Elaborated further what I mean. |
I think this comment should be done in setAndEliminate, not here.