- remove stray toAffineExpr decl in affine analysis (name duplicate of mlir::toAffineExpr)
- rename mlir::toAffineExpr for better readability
- related NFC changes
Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>
Paths
| Differential D75694
NFC: remove stray decl of toAffineExpr, rename for readability ClosedPublic Authored by bondhugula on Mar 5 2020, 9:51 AM.
Details Summary
Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 5 2020, 10:23 AM Comment Actions Hey Uday, I tried to apply the patch but it fails for me. Can you try syncing to master and re-uploading? Closed by commit rG91153e0624bd: [mlir][NFC] remove stray decl of toAffineExpr, rename for readability (authored by bondhugula, committed by rriddle). · Explain WhyMar 6 2020, 10:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 248886 mlir/include/mlir/Analysis/AffineStructures.h
mlir/include/mlir/IR/AffineExpr.h
mlir/lib/Analysis/AffineStructures.cpp
mlir/lib/IR/AffineExpr.cpp
|