[llvm-dev] Heads up: some changes to value handle (original) (raw)

Sanjoy Das via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 25 21:47:08 PDT 2017


Hi all,

This is a heads-up about a set of changes I'm about to check in which (in net) change ValueHandles in the following way:

In other words, after the change value handles may have two independent properties:

and the set of handles are just the three non-empty unions of the two properties above.

The motivation here is that for AliasSetTracker I needed a value handle that did not track RAUW, but was still safe to access after value deletion.

The changes in question are D32270, D32268, D32267 and D32266.

Thanks, -- Sanjoy



More information about the llvm-dev mailing list