[PATCH] D75589: [MLIR][Affine][NFC] Expose expandAffineMap
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 04:33:12 PST 2020
ftynse accepted this revision.
ftynse added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp:45
- template <typename OpTy> Value buildBinaryExpr(AffineBinaryOpExpr expr) {
+ template <typename OpTy>
+ Value buildBinaryExpr(AffineBinaryOpExpr expr) {
----------------
Nit: I'd avoid irrelevant reformatting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75589/new/
https://reviews.llvm.org/D75589
More information about the llvm-commits
mailing list