diff options
author | Pavel Labath <labath@google.com> | 2017-05-05 11:16:59 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-05-05 11:16:59 +0000 |
commit | 5c913e9973f40d5f49c126d873eceaef761aa169 (patch) | |
tree | 404025dabcf3409ea45f870a578bee2c19e81327 /lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py | |
parent | 1d47a15d898ba8b3204d2fd611b6a6978ea08c6d (diff) | |
download | bcm5719-llvm-5c913e9973f40d5f49c126d873eceaef761aa169.tar.gz bcm5719-llvm-5c913e9973f40d5f49c126d873eceaef761aa169.zip |
Add TaskMap for iterating a function over a set of integers
Summary:
Many parallel tasks just want to iterate over all the possible numbers from 0 to N-1. Rather than enqueue N work items, instead just "map" the function across the requested integer space.
Reviewers: clayborg, labath, tberghammer, zturner
Reviewed By: clayborg, zturner
Subscribers: zturner, lldb-commits
Differential Revision: https://reviews.llvm.org/D32757
Patch by Scott Smith <scott.smith@purestorage.com>.
llvm-svn: 302223
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py')
0 files changed, 0 insertions, 0 deletions