[PATCH] D78930: [MLIR] Give AffineStoreOp and AffineLoadOp Memory SideEffects.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 13:28:22 PDT 2020


rriddle accepted this revision.
rriddle added inline comments.


================
Comment at: mlir/include/mlir/Dialect/Affine/IR/AffineOps.td:688
+
+def AffineLoadOp : Affine_Op<"load", []> {
+  let summary = "affine load operation";
----------------
Can you keep this file sorted alphabetically?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78930





More information about the llvm-commits mailing list