Skip to content

Commit

Permalink
[LV] Changing the interface of ValueMap, NFC.
Browse files Browse the repository at this point in the history
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

llvm-svn: 306331
  • Loading branch information
azaks committed Jun 26, 2017
1 parent 933df26 commit e7e15d1
Showing 1 changed file with 293 additions and 286 deletions.

0 comments on commit e7e15d1

Please sign in to comment.