The new getLocalReprs function also outputs dividends and
denominators and hence the CheckDivisionRepresentation fn is
modified to take the newer getLocalReprs function into account.
Signed-off-by: Prashant Kumar <pk5561@gmail.com>
Paths
| Differential D115146
[MLIR] Simplify division extraction unit testing. ClosedPublic Authored by pashu123 on Dec 6 2021, 5:02 AM.
Details Summary The new getLocalReprs function also outputs dividends and Signed-off-by: Prashant Kumar <pk5561@gmail.com>
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptDec 6 2021, 5:02 AM Comment Actions Thank you for this simplification! Could you change the revision title to better reflect the changes? Something like [MLIR] Simplify division extraction unit testing maybe?
This revision now requires changes to proceed.Dec 6 2021, 5:24 AM
pashu123 retitled this revision from Update the `getLocalReprs` fn in `CheckDivisionRepresentation` to [MLIR] Simplify division extraction unit testing..Dec 6 2021, 7:47 AM pashu123 marked an inline comment as done. pashu123 added inline comments.
This revision is now accepted and ready to land.Dec 6 2021, 2:30 PM Closed by commit rG3415b1ca6380: [MLIR] Simplify division extraction unit testing. (authored by pashu123). · Explain WhyDec 6 2021, 10:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 392283 mlir/unittests/Analysis/AffineStructuresTest.cpp
|
Please use camelBack for variables (https://mlir.llvm.org/getting_started/DeveloperGuide/)