[PATCH] D74174: [MLIR] Allow Loop dialect IfOp and ForOp to define values
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 11:11:23 PST 2020
rriddle added inline comments.
================
Comment at: mlir/include/mlir/Dialect/LoopOps/LoopOps.td:152
+ /// Number of operands controlling the loop: lb, ub, step
+ constexpr unsigned getNumControlOperands() { return 3; }
+ /// Does the operation hold operands for loop-carried values
----------------
This doesn't build with GCC 5, remove the constexpr.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74174/new/
https://reviews.llvm.org/D74174
More information about the llvm-commits
mailing list