[PATCH] D78863: [MLIR] Introduce op trait PolyhedralScope
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 13:28:12 PDT 2020
bondhugula added inline comments.
================
Comment at: mlir/include/mlir/IR/OpDefinition.h:1056
+/// operation. For more details, see `Traits.md#PolyhedralScope`.
+template <typename ConcreteType>
+class PolyhedralScope : public TraitBase<ConcreteType, PolyhedralScope> {
----------------
rriddle wrote:
> Is this trait applicable to anything outside of the affine dialect? If not I don't really see why it should be here and not in the affine dialect instead.
I was in two minds on this. Could you see the second para of the commit summary? We'd like to mark FuncOp with PolyhedralScope.
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