This is an archive of the discontinued LLVM Phabricator instance.

NFC: remove stray decl of toAffineExpr, rename for readability
ClosedPublic

Authored by bondhugula on Mar 5 2020, 9:51 AM.

Details

Summary
  • 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>

Diff Detail

Event Timeline

bondhugula created this revision.Mar 5 2020, 9:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
bondhugula updated this revision to Diff 248528.Mar 5 2020, 9:53 AM

Commit summary update

bondhugula edited the summary of this revision. (Show Details)
rriddle accepted this revision.Mar 5 2020, 10:23 AM
This revision is now accepted and ready to land.Mar 5 2020, 10:23 AM
andydavis1 accepted this revision.Mar 5 2020, 10:37 AM

Thanks, @andydavis1 Could you please commit this for me?

Hey Uday, I tried to apply the patch but it fails for me. Can you try syncing to master and re-uploading?

Thanks, should be landed now.

This revision was automatically updated to reflect the committed changes.