Commits

Roman Levenstein committed 294282275d0
[RCIdentityAnalysis] Don't cache the results of analysis The cache was using SILValue as a key and this key would contain a dangling pointer after the instruction corresponding to a given SILValue is erased. The removal of the cache does not seem to affect compile times in a negative way. rdar://23602657