[PATCH] D75694: NFC: remove stray decl of toAffineExpr, rename for readability

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 09:51:44 PST 2020


bondhugula created this revision.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: rriddle.
Herald added a project: LLVM.

- remove toAffineExpr decl in affine analysis (name duplicate of mlir::toAffinExpr)

- rename mlir::toAffineExpr for better readability

- related NFC changes

Signed-off-by: Uday Bondhugula <uday at polymagelabs.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75694

Files:
  mlir/include/mlir/Analysis/AffineStructures.h
  mlir/include/mlir/IR/AffineExpr.h
  mlir/lib/Analysis/AffineStructures.cpp
  mlir/lib/IR/AffineExpr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75694.248524.patch
Type: text/x-patch
Size: 7692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200305/89e7b81a/attachment.bin>


More information about the llvm-commits mailing list