Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119531
[MLIR][Presburger] normalizeDivisionByGCD: fix bug when constant term is negative ClosedPublic Authored by arjunp on Feb 11 2022, 2:03 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptFeb 11 2022, 2:03 AM This revision is now accepted and ready to land.Feb 11 2022, 3:05 AM This revision was landed with ongoing or failed builds.Feb 11 2022, 3:32 AM Closed by commit rG855cd847f7f5: [MLIR][Presburger] normalizeDivisionByGCD: fix bug when constant term is… (authored by arjunp). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 407811 mlir/lib/Analysis/Presburger/Utils.cpp
mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clang-format: please reformat the code
- IntegerPolyhedron poly = - parsePoly("(x, q) : (-1 - 3*x - 6 * q >= 0, 6 + 3*x + 6*q >= 0)", &context); + IntegerPolyhedron poly = parsePoly( + "(x, q) : (-1 - 3*x - 6 * q >= 0, 6 + 3*x + 6*q >= 0)", &context);