Skip to content
Commit bd84ce89 authored by Michael Kruse's avatar Michael Kruse
Browse files

[ZoneAlgo] Handle non-StoreInst/LoadInst MemoryAccesses including memset.

Up to now ZoneAlgo considered array elements access by something else
than a LoadInst or StoreInst as not analyzable. This patch removes that
restriction by using the unknown ValInst to describe the written
content, repectively the element type's null value in case of memset.

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

llvm-svn: 312630
parent 05710a8b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment