Previously, when updating the outputs matrix, the local offset was not being considered.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122812
[MLIR][Presburger] MultiAffineFunction:eliminateRedundantLocalId: fix bug where local offset was not considered ClosedPublic Authored by arjunp on Mar 31 2022, 6:54 AM.
Details Summary Previously, when updating the outputs matrix, the local offset was not being considered.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 31 2022, 7:06 AM This revision was landed with ongoing or failed builds.Mar 31 2022, 7:11 AM Closed by commit rGd81fa76f3a6b: [MLIR][Presburger] MultiAffineFunction:eliminateRedundantLocalId: fix bug where… (authored by arjunp). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 419443 mlir/lib/Analysis/Presburger/PWMAFunction.cpp
mlir/unittests/Analysis/Presburger/PWMAFunctionTest.cpp
|