This patch implements getAsRelation for PWMAFunction
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Analysis/Presburger/PresburgerRelation.cpp | ||
---|---|---|
162 | Could you send this bug fix as a separate patch? | |
mlir/unittests/Analysis/Presburger/Parser.h | ||
50–64 | in this implementation, I would just call parsePresburgerSet, and the call convertVarKind. (If PresburgerRelation does not have convertVarKind, this would be the ideal time to implement it :) ) |
Could you send this bug fix as a separate patch?