summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-05-05 11:16:59 +0000
committerPavel Labath <labath@google.com>2017-05-05 11:16:59 +0000
commit5c913e9973f40d5f49c126d873eceaef761aa169 (patch)
tree404025dabcf3409ea45f870a578bee2c19e81327 /lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py
parent1d47a15d898ba8b3204d2fd611b6a6978ea08c6d (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud