[PATCH] D78863: [MLIR] Introduce op trait PolyhedralScope

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 15:39:44 PDT 2020


rriddle accepted this revision.
rriddle added a comment.
This revision is now accepted and ready to land.

LGTM after resolving the other comments.



================
Comment at: mlir/include/mlir/IR/OpBase.td:1633
 def AutomaticAllocationScope : NativeOpTrait<"AutomaticAllocationScope">;
+// Op defines a polyhedral scope.
+def PolyhedralScope : NativeOpTrait<"PolyhedralScope">;
----------------
Can you move this to `AffineOpsBase.td` or somewhere similar?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78863





More information about the llvm-commits mailing list