[all-commits] [llvm/llvm-project] dc9cff: [MLIR] Add RecursiveSideEffects to Loops::ParallelOp.
Tres via All-commits
all-commits at lists.llvm.org
Fri Apr 24 07:44:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dc9cff15a2a528a469d8d0afd6f60d409102c461
https://github.com/llvm/llvm-project/commit/dc9cff15a2a528a469d8d0afd6f60d409102c461
Author: Tres Popp <tpopp at google.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M mlir/include/mlir/Dialect/LoopOps/LoopOps.td
Log Message:
-----------
[MLIR] Add RecursiveSideEffects to Loops::ParallelOp.
Summary:
This is to specify that ParallelOp does not have side effects on its own
but has the effects of all operations executed in its region.
Differential Revision: https://reviews.llvm.org/D78707
More information about the All-commits
mailing list