This commits adds division normalization in the getDivRepr function which extracts
the gcd from the dividend and divisor and normalizes them.
Signed-off-by: Prashant Kumar <pk5561@gmail.com>
Differential D115595
[MLIR] Add division normalization by GCD in `getDivRepr` fn. pashu123 on Dec 12 2021, 1:03 AM. Authored by
Details This commits adds division normalization in the getDivRepr function which extracts Signed-off-by: Prashant Kumar <pk5561@gmail.com>
Diff Detail
Event Timeline
Comment Actions The commit summary and title is missing context on where the normalization is being added. Please update.
Comment Actions LGTM. But, I would wait for @bondhugula to accept this in case he has any remaining concerns.
|
Capture by value is sufficient.