[PATCH] D77320: [MLIR] fix/update affine data copy utility for max/min bounds

Andy Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 15:44:16 PDT 2020


andydavis1 added inline comments.


================
Comment at: mlir/lib/Analysis/Utils.cpp:106
+  // Use a copy of the region constraints that has upper/lower bounds for each
+  // memref dimension with static size added to guard against potential
+  // over-approximation from projection or union bounding box. We may not add
----------------
Have you run into over approximations again?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77320/new/

https://reviews.llvm.org/D77320





More information about the llvm-commits mailing list