[PATCH] D74277: [MLIR][Affine] Add affine.parallel op
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 09:52:50 PST 2020
mehdi_amini added inline comments.
================
Comment at: mlir/include/mlir/Dialect/AffineOps/AffineOps.td:277
+ let description = [{
+ The "affine.parallel" operation represents an affine parallel band, defining
+ multiple SSA values for its induction variables. It has one region capturing
----------------
`represents a hyper-rectangular affine parallel band` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74277/new/
https://reviews.llvm.org/D74277
More information about the llvm-commits
mailing list