OSDN Git Service

[LV] Changing the interface of ValueMap, NFC.
authorAyal Zaks <ayal.zaks@intel.com>
Mon, 26 Jun 2017 21:03:51 +0000 (21:03 +0000)
committerAyal Zaks <ayal.zaks@intel.com>
Mon, 26 Jun 2017 21:03:51 +0000 (21:03 +0000)
commitfaf416b5ae6fe0d8cb0fb5cfb5a7635ab1699b68
tree4946304aa27d9454029cb16803637ee3a6e7c293
parent3a8fe655a52a109791167c22fd8feee0500c11a7
[LV] Changing the interface of ValueMap, NFC.

Instead of providing access to the internal MapStorage holding all Values
associated with a given Key, used for setting or resetting them all together,
ValueMap keeps its MapStorage internal; its new interface allows getting,
setting or resetting a single Value, per part or per part-and-lane.
Follows the discussion in https://reviews.llvm.org/D32871.

Differential Revision: https://reviews.llvm.org/D34473

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp